This scaffolding is a template repo on github. An easy way to get started building a trillium application is to
- click the green "Use this template" button on this repo
- clone it to your computer
- cd into the directory
- execute
cargo run
- visit http://localhost:8080
To run the tests, execute cargo test
To learn more about trillium