Minimalist planning poker web app
The web app requires a running Super Poker WebSocket Server to work.
Files are produced with webpack
.
Required environment variables:
- SERVER_URL: WebSocket server URL (
wss:https://example.com
) - BASE_URL: base URL to use for the room link (
https://example.com
)
Build command:
npm run build