/kp-chart

Kitchen Patrol job chart

Primary LanguageRust

Kitchen Patrol Charting Application

An example application, written in Rust, by someone with little frontend experience

Usage

Browse to https://bluejekyll.github.io/kp-chart/

Building

  • Install Rust

https://rustup.rs/

  • Switch to the nightly compiler
$> rustup default nightly
$> rustup toolchain install wasm32-unknown-unknown
  • Install cargo-web
$> cargo install cargo-web
  • Start a local appserver
$> cargo web start

And connect to the local server: http://[::1]:8000/

Deploying

$> cargo web deploy --release && rm -r docs/* && cp target/deploy/* docs/
$> git commit -m $new_release
$> git push