PureScript UI of the regulatory reporting software Baresto.
Preferably via NVM:
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
$ nvm install 4
$ nvm alias default 4
Check version:
$ node -v
> v4.4.3
$ npm install -g bower
$ npm install -g gulp
$ git clone git://github.com/metrix-frs/baresto.git
$ cd baresto/
$ npm install
$ bower update
$ API_URL= gulp
Starts browserSync, reloads when the compiled JS has changed and automatically compiles and injects CSS.
$ gulp watch
Install core.
Assuming you have cloned core next to where you have cloned lobster:
$ cd core/
$ stack build
$ stack exec server -- -s ../baresto/public