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 install
Start the development server on http://localhost:3000:
npm run dev
Build the application for production:
npm run build
Locally preview a production build:
npm run preview
Changes 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].