Skip to content

wsick/nullstonejs

Repository files navigation

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