- Install the rust toolchain in order to have cargo installed by following this guide.
- Install
hello-rustvia# remote cargo install --git https://github.com/pythoninthegrass/hello-rust # local cargo install --path .
- Follow the setup instructions above to set up your environment
- Install devbox
curl -fsSL https://get.jetpack.io/devbox | bash
- Basic commands
# install dependencies devbox install # enter devbox devbox shell # run app devbox run start # run tests devbox run test # create documentation devbox run build-docs # refresh devbox after making changes to devbox.json refresh # deactivate devbox exit