cppcheck/htdocs/site/Readme.md
XhmikosR 1e56b94311 htdocs: add a node.js method for minifying the files.
Run `node make` or `node make minify`.

Additionally, you can use `npm run check` or `npm run lint` to check our js and css files for errors with JSHint and csslint.
2013-06-05 17:27:21 +02:00

10 lines
339 B
Markdown

Getting started
---------------
* Install [node.js](http://nodejs.org/download/)
* Install the node.js dependencies: `npm install`
* Run `node make` or `node make minify`
You can run `npm run check` or `npm run lint` to run [JSHint](https://github.com/jshint/jshint)
and [csslint](https://github.com/stubbornella/csslint) for our files.