Like Lichess but for dots and boxes.
Playable and useable. Needs major UI/UX improvements.
# Backend
cd backend/
go run main.go
# Or if you want pretty logs
go run main.go 2>&1 | jq -R 'fromjson? | select(type == "object")'
# Frontend
cd frontend
npm ci
npm start