A tiny Next.js App Router project for hosting a bad volume slider or bad CAPTCHA competition.
npm install
npm run devThis project is configured with output: "export" in next.config.ts.
npm run validate:submissions
npm run buildThe static site is emitted to out/.
- Copy
src/submissions/starter. - Rename the copied folder.
- Edit
meta.ts,Page.tsx, andstyles.css. - Add the folder to
src/competition/registry.ts. - Run
npm run validate:submissionsandnpm run build.
A standalone HTML/CSS/JS starter lives at:
public/html-template/index.htmlParticipants can experiment there first, then port the idea into a React submission.