add development setup instructions, thanks @hennevogel, fix #355

This commit is contained in:
Jan-Christoph Borchardt 2015-02-06 12:10:11 +01:00
parent e1c8f5a174
commit 42a73f9b7b

View file

@ -28,6 +28,16 @@ shout --help
For more information, read the [documentation](http://shout-irc.com/docs/).
## Development setup
To run the app from source, just clone the code and run this in your terminal:
```
npm install
grunt build
node index.js
```
## License
Available under [the MIT license](http://mths.be/mit).