Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```