- client Website in Rust under
./client
folder - server Backend in Rust under
./server
folder
- 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 start
build locally with
cargo make build
build locally in release mode with
cargo make build_release