The library to track a microapp by adding logs by using interfaces exposed by Tracker module.
- Set up
node
andnpm
- Clone project:
$ git clone https://bitbucket.org/juspay/purescript-tracker.git
$ cd purescript-tracker
-
Getting
node_modules
:$ npm i
-
Getting
bower_components
:$ bower i
(This will add the purescript packages included in bower.json
)
This builds the project and compiles all modules including bower_components
$ pulp build
To build in watch mode: $ pulp -w build