Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
- Next.js 16 (App Router, Turbopack)
- React 19
- Tailwind CSS v4
- shadcn/ui (radix-maia 스타일, taupe 베이스)
- shadcn/ui (radix-mira 스타일, taupe 베이스)
- TypeScript / ESLint / Prettier
- Vitest / Testing Library
- 패키지 매니저: bun 1.3.6

## 시작하기
Expand All @@ -34,6 +35,8 @@ bun run start # 빌드 결과 실행
bun run lint # ESLint
bun run typecheck # tsc --noEmit
bun run format # Prettier 포맷팅
bun run test # Vitest 테스트 실행
bun run test:watch # Vitest watch 모드
```

## 챕터별 시작 브랜치
Expand Down