There was an error while loading. Please reload this page.
git clone https://github.com/Loptr-Lab/duet-solo-hackathon.git cd duet-solo-hackathon npm install cp .env.example .env
Open .env and fill in your GEMINI_API_KEY.
.env
GEMINI_API_KEY
npm start
App runs at http://localhost:3000
Remote play uses Socket.io rooms. Two browser tabs on localhost will connect to each other — no extra config needed for local testing.