Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluejekyll/kp-chart
Kitchen Patrol job chart
https://github.com/bluejekyll/kp-chart
rust wasm
Last synced: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:18:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T18:56:48.135Z (2 months ago)
- Topics: rust, wasm
- Language: Rust
- Size: 1.64 MB
- Stars: 28
- Watchers: 5
- 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
```