Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 736 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 736 Bytes

Cryptorado Community Home

HEAVY WIP

See the github project for infomration on what we are up to.

Development

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

Deployment

TODO

Credits

This service was developed based on the static-file-server.