Native iOS scorekeeping app.
The current screen and navigation route inventory for redesign prep lives in docs/ui-screen-network.md.
This project includes serve-sim tooling so a booted iOS Simulator can be previewed and controlled from a browser.
npm install
npm run simnpm run sim boots an iPhone simulator, builds and launches ScoreKeeper, then starts serve-sim at http://localhost:3200.
Useful variants:
SERVE_SIM_DEVICE="iPhone 16 Pro" npm run sim
npm run sim:serve
npm run sim:serve:detach
npm run sim:serve:kill