To be abandoned
Rocket.rswebsite
It's actually live here
Pretty much only work on Linux & macOSNot working on a blockchain (that was the original plan)
- Debian/Ubuntu based distros:
# Install required packages:
sudo apt install build-essential pkg-config libssl-dev -y
# Release build:
cargo build --release- Initialize the
.envfile and theRocket.tomlfile - Run
cargo run .
