espial/purs
2024-02-09 23:44:01 +01:00
..
docset update docset generator for purs 13.3 2019-09-29 17:36:43 -05:00
src psc-0.13.5-20191227 -> psc-0.13.6-20200226 2020-03-08 17:31:11 -05: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 update purs deps 2024-02-09 23:44:01 +01:00
package.json update purs deps 2024-02-09 23:44:01 +01:00
packages.dhall psc-0.13.6-20200404 2024-02-09 23:44:00 +01: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.