Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 397 Bytes

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