π Read the documentation.
- π 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.