This commit is contained in:
Adam 2024-12-03 17:55:19 -05:00
parent 3209aa6de0
commit 7b5269feb4

View file

@ -1,6 +1,6 @@
# Cards For Humanity
Live at [https://cards.doordesk.net](https://cards.doordesk.net)
Live at [https://humanity.cards](https://humanity.cards)
A game master server for the popular game [Cards Against Humanity](https://www.cardsagainsthumanity.com/) using data from [Chris Hallberg](https://crhallberg.com/)'s project [JSON Against Humanity](https://github.com/crhallberg/json-against-humanity) (everyone say "Thanks, Chris!")
@ -54,9 +54,9 @@ cargo build --release
---
- The server automatically serves the built client from `/dist` at `127.0.0.1:3030`. When building for release the client automatically points to doordesk.
- The server automatically serves the built client from `/dist` at `127.0.0.1:3030`. When building for release the client automatically points to the live server.
- Configure any custom clients to connect to `ws://127.0.0.1:3030/websocket` for local testing or `wss://cards.doordesk.net/websocket` to use my server.
- Configure any custom clients to connect to `ws://127.0.0.1:3030/websocket` for local testing or `wss://humanity.cards/websocket` to use my server.
## Tools: