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: over 1 year 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
```