You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Claude 59e836bba0 Phase 1: 디자인 시스템 & 앱 셸
- tokens.css: dash.css :root + [data-theme=dark] 전체 무손실 이식
- globals.css: 178deg 그라데이션·keep-all 타이포·.topbar/.mainnav/.rail/프리미티브
- 폰트: Onest/DM Mono(next/font) + Pretendard(CDN), 변수 바인딩
- next-themes: data-theme 토글 + ari-theme localStorage 영속 + FOUC 없음
- Icon(중앙 PATHS 맵 60+ 글리프, 누락 가드), Topbar(MAIN 13항목·배지 3/4/6·active pill)
- 프리미티브: GlassCard/Badge/Chip/Button/SegmentToggle/Avatar/SubRail/Placeholder
- 라우팅: / → /dashboard, MVP 3 스텁, (placeholder) 10페이지 "준비 중"
- 이전 phase-0 산출물에 섞인 .playwright-mcp 캡처 제거 + .gitignore 보강

검증: vitest 16 passed, playwright e2e 8 passed(axe light/dark 위반 0),
tsc/eslint clean, next build(13 routes) OK, 라이트/다크 시각 충실도 확인, 콘솔 에러 0

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
..
app Phase 1: 디자인 시스템 & 앱 셸 2 months ago
components Phase 1: 디자인 시스템 & 앱 셸 2 months ago
lib Phase 1: 디자인 시스템 & 앱 셸 2 months ago
playwright Phase 1: 디자인 시스템 & 앱 셸 2 months ago
public Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
styles Phase 1: 디자인 시스템 & 앱 셸 2 months ago
tests Phase 1: 디자인 시스템 & 앱 셸 2 months ago
.gitignore Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
.prettierrc Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
AGENTS.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
CLAUDE.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
README.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
eslint.config.mjs Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
next.config.ts Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
package.json Phase 1: 디자인 시스템 & 앱 셸 2 months ago
playwright.config.ts Phase 1: 디자인 시스템 & 앱 셸 2 months ago
pnpm-lock.yaml Phase 1: 디자인 시스템 & 앱 셸 2 months ago
tsconfig.json Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
vitest.config.ts Phase 1: 디자인 시스템 & 앱 셸 2 months ago

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.