A template for a Project Lighthouse app (e.g. a game) written in Rust.
To build the project, run
cargo build
To run the project, make sure to have the following environment variables set or in a .env
file in the working directory:
LIGHTHOUSE_USER=<your user>
LIGHTHOUSE_TOKEN=<your token>
Then run
cargo run