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

https://github.com/1602/puerh

Controls pure-ish application, helps to understand state transitions
https://github.com/1602/puerh

Last synced: about 1 month ago
JSON representation

Controls pure-ish application, helps to understand state transitions

Awesome Lists containing this project

README

          

## Big Brother

Watching pure-ish application, helps to understand state transitions

### Installation

```
yarn
```

### Developement

Run local env

```
yarn run dev
```

Build for production

```
yarn run prod
```

And deploy

```
yarn run deploy
```