Coming to you live.
Install a rust toolchain with rustup.rs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo --version
rustc --version
Clone the repo:
git clone https://github.com/foltik/lsd
cd lsd
To automatically recompile and rerun when you make changes, use cargo-watch
:
cargo install cargo-watch
cargo watch -x 'run config/dev.toml'
Use mailtutan for local testing of email functionality:
cargo install mailtutan
mailtutan
- Make commits in a separate branch, and open a PR against
main
- When new commits land in
main
, a github action will automatically deploy the app to https://beta.lightandsound.design