بدون توضیح

DESKTOP-T61HUSC\user d9e44a9cb1 [회원-로그인] 기본 회원가입 및 로그인 기능 완료, 홈 작업중 3 روز پیش
.vscode 3a1ca83da8 first commit 1 ماه پیش
app d9e44a9cb1 [회원-로그인] 기본 회원가입 및 로그인 기능 완료, 홈 작업중 3 روز پیش
backend d9e44a9cb1 [회원-로그인] 기본 회원가입 및 로그인 기능 완료, 홈 작업중 3 روز پیش
docs 3a1ca83da8 first commit 1 ماه پیش
public d9e44a9cb1 [회원-로그인] 기본 회원가입 및 로그인 기능 완료, 홈 작업중 3 روز پیش
.gitignore 3a1ca83da8 first commit 1 ماه پیش
.pnp.cjs 3a1ca83da8 first commit 1 ماه پیش
.pnp.loader.mjs 3a1ca83da8 first commit 1 ماه پیش
README.md 3a1ca83da8 first commit 1 ماه پیش
db.vuerd.json d9e44a9cb1 [회원-로그인] 기본 회원가입 및 로그인 기능 완료, 홈 작업중 3 روز پیش
eslint.config.mjs 3a1ca83da8 first commit 1 ماه پیش
info.md 1eb6376a71 [챌린지 관리] 임시저장 기능 추가 4 روز پیش
nuxt.config.ts 85607b7d5d 페이지 정리 4 روز پیش
package-lock.json 3a1ca83da8 first commit 1 ماه پیش
package.json 3a1ca83da8 first commit 1 ماه پیش
piratezone_key_20260526.pem 3a1ca83da8 first commit 1 ماه پیش
tsconfig.json 3a1ca83da8 first commit 1 ماه پیش

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.