Unofficial score keeping software for FIRST LEGO League.
User documentation is available in this repository's wiki.
Olympus is written in Rust. All dependencies are managed with Rust's cargo tool.
You can find instructions for installing Rust on their Getting Started page.
Download the project code to your computer:
git clone https://github.com/barulicm/olympus.gitUse cargo to build the project and launch the Olympus server:
cargo run