- Pre-Commit Hooks via Husky: Format/Lint via Biome & Conventional Commits via Commit Lint
- Rsbuild/Rspack
- TanStack Router
- Tailwind CSS
- Shadcn/ui
Install the dependencies:
pnpm installStart the dev server:
pnpm devBuild the app for production:
pnpm buildPreview the production build locally:
pnpm preview