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
| 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.
- Node.js 22 or higher
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.
npm install
npm run devnpm run buildDeploys automatically to GitHub Pages on push to main.