kp-chart icon indicating copy to clipboard operation
kp-chart copied to clipboard

Kitchen Patrol job chart

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

  • Initililize once
$> make init
  • Build
$> make build
  • Start a local appserver
$> make run

Deploying

$> make deploy