Single-page Vue 3 app for generating and sharing Formula 1 bingo cards.
npm run devstarts the Vite dev server.npm run buildcreates the production bundle indist/and writesdist/CNAME.npm run previewserves the production build locally.
- Game state is stored in Pinia and persisted locally.
- Social preview images and other externally linked static assets live in
public/. - The board content comes from
src/assets/data/deck.json.