Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 778 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 778 Bytes

nullstone

Build Status Gitter

Javascript application core library

Contributing

Prerequisites

$ npm install -g gulp
$ npm install -g bower
$ npm install -g fayde-unify

Setup

$ git clone git@github.com:wsick/nullstone.git
$ cd nullstone
$ npm install
$ gulp reset # cleans bower libs, bower installs, then symlinks to test and stress bootstrappers

Unit Tests

$ gulp test

Stress Tests

Launches default browser with runnable stress tests.

$ gulp stress