Set Up!
is an open-source implementation of a fast-paced, real-time multiplayer card game.
-
Set up environment variables:
cp .env.example .env
-
Set up and build the frontend:
cd web yarn install yarn build cd ..
-
Set up and run the Rust backend:
cargo run
-
Start playing at
http://localhost:5432
(or your configured port)
/web
: React frontend/src
: Rust backend
Contributions are welcome! Whether it's bug fixes, feature additions, or documentation improvements, feel free to fork the repository and submit a pull request.