2013-06-05 10:24:52 +02:00
|
|
|
Getting started
|
|
|
|
---------------
|
|
|
|
|
|
|
|
* Install [node.js](http://nodejs.org/download/)
|
|
|
|
* Install the node.js dependencies: `npm install`
|
|
|
|
* Run `node make` or `node make minify`
|
|
|
|
|
2013-11-05 07:03:31 +01:00
|
|
|
You can run `npm run lint` to run [JSHint](https://github.com/jshint/jshint)
|
2013-06-05 10:24:52 +02:00
|
|
|
and [csslint](https://github.com/stubbornella/csslint) for our files.
|