nDreams subsystem for the Xi universe
game-xi is a subsystem of the nDreams API, focused on the Xi universe. It is built using the Actix-Web framework for Rust.
- Rust installed on your system.
- Clone this repository:
git clone https://github.com/DestinationHome/game-xi.git
cd game-xi- Create a .env file and set your environment variables:
HOST=127.0.0.1
PORT=8080
RUST_LOG=info- Build and run the project:
cargo runYour nDreams Xi server should now be running at http://localhost:8080.