This repo is a static-exported Next.js site (output: "export") deployed to GitHub Pages.
- Node.js 20 or 22 (Next.js does not reliably work on Node 24 yet)
If you use nvm/nvm-windows, the repo includes .nvmrc.
npm installnpm run dev
Because this is a static export, next start is not used.
npm run build(generatesout/)npm start(servesout/viaserve)