Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 426 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 426 Bytes

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