Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.04 KB

File metadata and controls

51 lines (34 loc) · 1.04 KB

🌐 Português (BR) | Español

Soc Ops

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

📚 View Lab Guide


📚 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

Run

cd socops
./mvnw spring-boot:run

Build

cd socops
./mvnw clean package

Test

cd socops
./mvnw test

Deploys automatically to GitHub Pages on push to main.