Rebuilt from single-file static prototype into a modular PRD architecture using:
Landing → Quiz → Archetype Reveal → Game → Checkout Modal → Results
npm run dev
npm run build
npm run export # static export via output: 'export'
pnpm run build
next.config.mjs is configured with:
output: 'export'trailingSlash: truebasePath + assetPrefix auto-adjusted for GitHub Pages project reposOutput is generated in out/ after build.
Original single-file prototype is preserved at:
legacy/index.legacy.html