This repository contains the source files and documentation of the Camera for Aerospace Situational Awareness system.
Install the Rust compiler and build system onto your local machine with rustup.
Install mdbook, which will be used to build the documentation files.
cargo install mdbookBuild the docs by running:
cd docs/casa-docs
mdbook buildThis will generate a folder at docs/casa-docs/book containing the files for
the web based documentation. Open this location in your file explorer and click
index.html. You should be able to click on the left links to view each section.