espial/purs
2024-02-09 23:44:03 +01:00
..
docset update docset generator for purs 13.3 2019-09-29 17:36:43 -05:00
src update to purescript v14, upgrade halogen to v6 2024-02-09 23:44:03 +01:00
test init 2019-01-30 20:54:47 -06:00
.gitignore init 2019-01-30 20:54:47 -06:00
Makefile make purs build with purs and spago from node_modules 2024-02-09 23:44:03 +01:00
package-lock.json update to purescript v14, upgrade halogen to v6 2024-02-09 23:44:03 +01:00
package.json update to purescript v14, upgrade halogen to v6 2024-02-09 23:44:03 +01:00
packages.dhall update to purescript v14, upgrade halogen to v6 2024-02-09 23:44:03 +01:00
README.md update readme 2019-09-25 21:33:03 -05:00
spago.dhall update to purescript v14, upgrade halogen to v6 2024-02-09 23:44:03 +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.