- 🍍 State management with Pinia
- 📐 Prettier & ESLint
- 🔢 Pre-configured VSCode settings
- 🐶 Native Git hooks with simple-git-hooks
- 🚓 Conventional commits
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Start the development server using
pnpm run dev
- Visit localhost:3000
ℹ️ Enable Take Over Mode in Visual Studio Code.
Build the application for production with pnpm build
.
Check out the deployment documentation.