cd server
daphne core.asgi:applicationcd client
ng serveThen open: http://localhost:4200
If you notice ghost users in the lobby, run:
cd server
python manage.py cleanup_game_stateThis removes player connections that haven't sent a heartbeat in 10+ minutes.