Table of Contents
| Topic | Technology |
|---|---|
| Main Framework | Next.js (App Router) |
| Language | TypeScript |
| Package manager | pnpm |
| Linter / formatter | Biome |
| Build | Turbopack |
| Design System | Storybook + Vite |
| Style | Native CSS |
| Content | MarkdownX with Contentlayer |
| Pre-commit | Lefthook |
First, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
First, run the development server:
pnpm storybookOpen http://localhost:6006 with your browser to see the result.