- client Website in Rust under
./clientfolder - server Backend in Rust under
./serverfolder
- Make sure to install rust. Visit https://www.rust-lang.org/tools/install or just
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - run prepare_dev_env.sh
start locally with
cargo make startbuild locally with
cargo make buildbuild locally in release mode with
cargo make build_release