/lighthouse-rust-template

Template for a Project Lighthouse app (e.g. a game) written in Rust

Primary LanguageRust

Lighthouse Rust Template

A template for a Project Lighthouse app (e.g. a game) written in Rust.

Building

To build the project, run

cargo build

Running

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