Simple web planning poker game
Source code for https://game-of-estimates.richardliebscher.de/
cd frontend && npm install && npm run build
cargo build --release
target/release/game-of-estimates
to your serverRun game-of-estimates
with environment variables:
GOE_LISTEN_ADDR
: address the service should listen to (for example: 0.0.0.0:5500
)