https://github.com/bluejekyll/kp-chart
Kitchen Patrol job chart
https://github.com/bluejekyll/kp-chart
rust wasm
Last synced: over 1 year ago
JSON representation
Kitchen Patrol job chart
- Host: GitHub
- URL: https://github.com/bluejekyll/kp-chart
- Owner: bluejekyll
- Created: 2018-07-17T18:51:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:18:08.000Z (over 3 years ago)
- Last Synced: 2025-03-18T10:38:00.115Z (over 1 year ago)
- Topics: rust, wasm
- Language: Rust
- Size: 1.64 MB
- Stars: 29
- Watchers: 4
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/](https://bluejekyll.github.io/kp-chart/)
## Building
- Initililize once
```console
$> make init
```
- Build
```console
$> make build
```
- Start a local appserver
```console
$> make run
```
## Deploying
```console
$> make deploy
```