This repository has been reorganized so the canonical, deployable application lives in APP/.
cd APP
npm ci
npm run devtest
cd APP
npm ci
npm run build
npm test- Vercel: vercel.json is configured to install, build, and serve from APP/.
- GitHub Pages: .github/workflows/app-build.yml builds APP/ on every push to main and on PRs that touch APP/**.
See APP/CLEANUP_PLAN.md for the full migration history, decisions, and remaining items.