espial/purs/README.md
Jon Schoning 2e3e7097e6 init
2019-01-30 20:54:47 -06:00

30 lines
442 B
Markdown

## Development (Posix only)
1. Install `purescript`, `purescript-spago`, `terser`:
```
npm install
```
2. (optional) working with .dhall files:
```
stack install dhall dhall-json
```
3. Download purescript libraries (1x only):
```
make install
```
4. build dist/app.min.js:
```
make
```
On a successful build, `make` will also update `../static/js/`,
since the `purs/` folder is opaque to the espial executable build process.