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
- Host: GitHub
- URL: https://github.com/1602/puerh
- Owner: 1602
- Created: 2018-03-18T22:59:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T19:19:56.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T23:43:01.633Z (about 1 year ago)
- Language: Elm
- Homepage: https://1602.github.io/puerh/
- Size: 4.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```