- Install
purescript,spago,parcel-bundler:
npm install
- (optional) working with .dhall files:
stack install dhall dhall-json
- Download purescript libraries (1x only):
make install
- 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.