Brush yourself up! Rush-B ist ein einzigartiges "capture the flag", bzw. "capture the brush"-Erlebnis. Wir haben es zuerst auch nicht geglaubt, aber seht selbst!
Eine Demo-Installation ist hier verfügbar: https://rush-b.ch/.
Meilenstein | Beschreibung | Status |
---|---|---|
M1 | Anforderungsanalyse | |
M2 | Erster Entwurf | |
M3 | Komplette Implementierung | |
M4 | Finalisierung |
- Docker
- Docker Compose
docker compose -f docker-compose.dev.yml up
- Frontend will be available through:
localhost:5173
- Backend will be available through:
localhost:8080
( +/ws
)
docker compose -f docker-compose.prod.yml up
- Bundled App will be available on port
8080
npm i --prefix .\frontend\ i
npm run dev --prefix .\frontend\
OR
cd frontend
npm i
npm run dev
THEN:
http://localhost:5173/
0d870b6 920679a