- Core Framework: Next.js 16 (App Router) + React 19 + TypeScript
- Document Engine: Fumadocs
- Styling & UI: Tailwind CSS 4.0 + Motion + shadcn/ui
- State Manager: Zustand 5
All personal information, project lists, terminal settings, and website metadata are centralized in one file.
To customize the website for yourself, simply edit: 👉 site.config.ts
Ensure you have pnpm installed.
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Build for production:
pnpm build
-
Run lint checks:
pnpm lint