Easy way to manage data in the browser like a kid.
Via Bower, npm and yarn:
$ bower install edgarjs -save
$ npm install edgarjs -save
$ yarn add edgarjs
This project uses gulp as its build system.
- Install gulp:
$ npm install -g gulp
- Install dependencies:
$ npm install
- Build and run:
$ gulp buildrun
- Run:
$ npm start
This project usings mocha for unit testing. Install mocha:
$ npm install -g mocha
To compile and test run:
$ gulp && mocha