espial/purs
2019-08-28 16:45:54 -05:00
..
docset simplify docset script 2019-02-06 19:34:43 -06:00
src update halogen 2019-04-05 10:20:39 -05:00
test init 2019-01-30 20:54:47 -06:00
.gitignore init 2019-01-30 20:54:47 -06:00
Makefile upgrade to purescript 0.13.3 2019-08-26 23:14:28 -05:00
package-lock.json update deps 2019-08-28 16:45:54 -05:00
package.json update deps 2019-08-28 16:45:54 -05:00
packages.dhall upgrade to purescript 0.13.3 2019-08-26 23:14:28 -05:00
README.md use parcel-bundler 2019-01-31 22:43:58 -06:00
spago.dhall update deps 2019-06-19 13:49:48 -05: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.