-
Run
bash build.sh
-
Register first team:
POST http://localhost/games/begin?team=Ykkösjengi
Don't lose the reply, it contains valuable information!
-
Register second team:
POST http://localhost/games/join?team=Kakkosjengi
This has also very important reply!
-
Go to page linked in team registering reply
-
Curl like there's no tomorrow!
cd frontend
npm install
npm run build
cd frontend
npm install
npm run dev
docker-compose exec redis redis-cli FLUSHALL