| .. | ||
| src | ||
| static | ||
| templates | ||
| Cargo.toml | ||
| ezidam.toml | ||
| justfile | ||
| readme.md | ||
ezidam
web server for ezidam
initial setup
- install https://github.com/casey/just (it's like
makebut simpler) - install https://github.com/watchexec/watchexec (to restart server when updating files)
tools
just startto start the web server in debug modejust devto restart the web server when files are edited
documentation
head over to rocket.rs to read rocket's documentation
configuration
to configure the web server, see Rocket.toml and the reference