Powered by Nuxt 3
- NodeJS
- pnpm
- Visual Studio Code extensions
- Vue Language Features (Volar)
- TypeScript Vue Plugin (Volar)
- Icons
- ESLint
- Prettier ESLint
- Nuxtr
- Prettier - Code formatter
- EditorConfig for VS Code
- Tailwind CSS IntelliSense
Visual Studio Code should automatically ask you to install these extensions
Run
pnpm install
and
pnpm prepare
- Copy
.env.exampleand rename it to.env - Fill values
Starts with debug features on http://localhost:3000
pnpm run devBuild app for production:
pnpm run build
Locally preview production build:
pnpm run preview