HEAVY WIP
See the github project for infomration on what we are up to.
Installation is made easy with cargo make - install that utility first, then see the commands via:
# Install
cargo install cargo-make
# Show all make tasks
makers --list-all-steps
Run locally with:
# With Make
makers s
# With shuttle installed
cargo shuttle run
# Without shuttle at all
cargo run --features local
TODO
This service was developed based on the static-file-server.