espial/purs
2019-02-06 19:34:43 -06:00
..
docset simplify docset script 2019-02-06 19:34:43 -06:00
src use parcel-bundler 2019-01-31 22:43:58 -06:00
test init 2019-01-30 20:54:47 -06:00
.gitignore init 2019-01-30 20:54:47 -06:00
Makefile add local docset generator 2019-02-06 09:55:49 -06:00
package-lock.json use parcel-bundler 2019-01-31 22:43:58 -06:00
package.json use parcel-bundler 2019-01-31 22:43:58 -06:00
packages.dhall spachetti/20190105 -> spachetti/20190131 2019-01-31 20:31:56 -06:00
README.md use parcel-bundler 2019-01-31 22:43:58 -06:00
spago.dhall init 2019-01-30 20:54:47 -06:00

Development (Posix only)

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