Make sure to follow this commit message convention because we will auto generate a changelog with clog in the future.
The easiest way to get started is to get nickel running and play around with it. Let's do that real quick!
##Clone the repository
git clone https://github.com/nickel-org/nickel.git
##Build nickel
cargo build --release
##Run the tests
cargo test
##Run the example
cargo run --example example
Then try localhost:6767/user/4711
and localhost:6767/bar
.