- React 19 + TypeScript
- Vite 6 (with React plugin)
- Tailwind CSS 4 (via
@tailwindcss/postcss) - Motion animation library
- PostCSS + Autoprefixer
- Prettier
- PNPM (lockfile present)
- Prerequisites: Node.js ≥ 18, PNPM installed
- Install deps:
pnpm install - Start dev:
pnpm dev(defaulthttp://localhost:3000) - Production build:
pnpm build - Local preview:
pnpm preview(defaulthttp://localhost:3777)