Fast Lightning Outburst Workout is a small React + Vite app for timed ideation rounds.
This repo is set up to ship as a plain static site on GitHub Pages.
- Build the app with
npm run build. - Copy the built files from
dist/to the repo root. - Push
mainto GitHub. - In repo settings, set Pages to deploy from the
mainbranch root if needed.
npm ci
npm run dev- Session state is stored in the browser with
localStorage. - Prompt data is bundled from
client/public/prompts.json.