cargo_new

cargo_new

an example of using oranda on a brand new rust project

Quickstart

# create a new project with cargo
cargo new project-name

# move into the project directory and create a README
cd project-name && touch README.md

# run oranda
oranda dev

# if everything went correctly you should see:
>o_o< SUCCESS: Your project is available at: http://127.0.0.1:7979