espial/purs
2024-02-09 23:44:06 +01:00
..
docset update docset generator for purs 13.3 2019-09-29 17:36:43 -05:00
src upgrade PureScript to v0.15 2024-02-09 23:44:06 +01:00
test init 2019-01-30 20:54:47 -06:00
.gitignore init 2019-01-30 20:54:47 -06:00
Makefile upgrade PureScript to v0.15 2024-02-09 23:44:06 +01:00
package-lock.json update deps 2024-02-09 23:44:06 +01:00
package.json update deps 2024-02-09 23:44:06 +01:00
packages.dhall update deps 2024-02-09 23:44:06 +01:00
README.md update readme 2019-09-25 21:33:03 -05:00
spago.dhall upgrade PureScript to v0.15 2024-02-09 23:44:06 +01:00

Development (Posix only)

  1. Install 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.