Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.27 KB

File metadata and controls

49 lines (32 loc) · 1.27 KB

Bingo Mixer

Bingo Mixer is a social bingo game for in-person mixers. Find people who match the questions and get 5 in a row!

📚 View Lab Guide 🚀 Start with setup flow


📚 Lab Guide

Part Title
00 Overview & Checklist
01 Setup & Context Engineering
02 Design-First Frontend
03 Custom Quiz Master
04 Multi-Agent Development

📝 Lab guides are also available in the workshop/ folder for offline reading.


Prerequisites

Dev Container / Codespaces

This repo already includes a .devcontainer/devcontainer.json.

  • GitHub Codespaces: create a Codespace from your own repository and it will use the devcontainer automatically.
  • VS Code Dev Containers: clone locally, then run Dev Containers: Reopen in Container.
  • GitHub Pages publishing: deployment is configured for your own repository.

Run

npm install
npm run dev

Build

npm run build

Deploys automatically to GitHub Pages on push to main.