Skip to content

foltik/lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightandsound.design

Coming to you live.

Setup

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

Workflow

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published