Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 641 Bytes

Purescript Tracker

The library to track a microapp by adding logs by using interfaces exposed by Tracker module.

Pre-requisites

  • Set up node and npm
  • Clone project: $ git clone https://bitbucket.org/juspay/purescript-tracker.git
  • $ cd purescript-tracker

Install dependencies

  • Getting node_modules: $ npm i

  • Getting bower_components: $ bower i

(This will add the purescript packages included in bower.json)

Build

This builds the project and compiles all modules including bower_components

$ pulp build

To build in watch mode: $ pulp -w build