Made with Nuxt 4.
- Node.js v24 (LTS)
- npm
Install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devDeployment to Cloudflare Pages is handled by GitHub Actions. All routes are pre-rendered using Nuxt static site generation (SSG).
Changes to the master branch are published automatically. Pull requests to the master branch will automatically generate a preview deployment after passing CI checks.