Made with Nuxt 3.
- Node.js v20 (LTS)
- Visual Studio Code
- 'Vue Language Features (Volar)' extension + Takeover Mode
- 'EditorConfig for VS Code' extension
- 'ESLint' extension
- 'Prettier - Code formatter' extension
Install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview a production build:
npm run previewChanges to the master branch are published automatically via Cloudflare Pages. Pull requests to the master branch will automatically generate a preview deployment.
[Nuxt deployment documentation] [Nitro Cloudflare Pages preset].