metrix-frs / baresto

Baresto UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baresto

PureScript UI of the regulatory reporting software Baresto.

Module Browser

File Viewer

First Setup

Install Node.js

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

Install Bower and Gulp

$ npm install -g bower
$ npm install -g gulp

Clone and Get Dependencies

$ git clone git://github.com/metrix-frs/baresto.git
$ cd baresto/
$ npm install
$ bower update

Build

$ API_URL= gulp

Watch

Starts browserSync, reloads when the compiled JS has changed and automatically compiles and injects CSS.

$ gulp watch

Serve

Install core.

Assuming you have cloned core next to where you have cloned lobster:

$ cd core/
$ stack build
$ stack exec server -- -s ../baresto/public

About

Baresto UI


Languages

Language:PureScript 83.8%Language:CSS 12.1%Language:JavaScript 3.4%Language:Shell 0.3%Language:TeX 0.2%Language:HTML 0.2%