## How to run locally

* Install [Node](http://nodejs.org)

* Fork and clone `git clone https://github.com/MY-USERNAME/xhook`

* Enter project `cd xhook`

* Install [`grunt-source`](https://github.com/jpillora/grunt-source) with `npm install -g grunt-source` (Grunt Source allows the use of external Grunt environments)

* Watch *src* for changes and will then compile and minify into *dist* with `grunt-source --server=3000`

* Open Chrome `open http://localhost:3000/`

	### Issues and Pull-requests welcome!