espial/purs
2020-02-06 16:23:16 -06:00
..
docset update docset generator for purs 13.3 2019-09-29 17:36:43 -05:00
src autofocus note text 2020-02-06 16:23:16 -06:00
test init 2019-01-30 20:54:47 -06:00
.gitignore init 2019-01-30 20:54:47 -06:00
Makefile Ability to fetch the title of the link #8 2020-01-18 19:59:41 -06:00
package-lock.json implement tag cloud: resolves #9 2020-01-29 00:02:41 -06:00
package.json Ability to fetch the title of the link #8 2020-01-18 19:59:41 -06:00
packages.dhall upd to psc-0.13.5-20191227 2019-12-30 19:56:51 -06:00
README.md update readme 2019-09-25 21:33:03 -05:00
spago.dhall update deps 2019-06-19 13:49:48 -05: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.