Original hypercar pit-stop rhythm time-attack MVP for desktop and mobile browsers.
pnpm install
pnpm devThe local dev server binds to 127.0.0.1 by default.
pnpm test
pnpm build
pnpm test:e2eF: Operator A front-wheel actionJ: Operator B rear-wheel actionSpace: jack, crossover, or release actionEsc: pause- Mouse/touch: tap the left, right, or center input zones
The MVP uses a serverless static architecture. Scores, best times, options, and input calibration are stored in localStorage through a repository interface that can later be swapped for a remote leaderboard implementation.
The Vite base path is ./, so GitHub Pages subpaths load assets correctly. Pushes to main deploy through .github/workflows/pages.yml.