Add info on running tests/linters

This commit is contained in:
Kegsay
2015-06-08 10:38:17 +01:00
parent 8d8efd037b
commit 9df62b89ca
+9 -2
View File
@@ -37,8 +37,7 @@ Contributing
*This section is for people who want to modify the SDK. If you just
want to use this SDK, skip this section.*
First, you need to pull in the right build tools (we use ``browserify``
and ``watchify``)::
First, you need to pull in the right build tools::
$ npm install
@@ -54,6 +53,14 @@ To build a browser version from scratch when developing::
To constantly do builds when files are modified (using ``watchify``)::
$ npm run watch
To run tests::
$ npm test
To run linters::
$ npm run lint
API
===