Merge pull request #356 from jancborchardt/development-setup

add development setup instructions, thanks @hennevogel, fix #355
This commit is contained in:
Mattias Erming 2015-03-29 15:41:27 +02:00
commit 8bf438992a
1 changed files with 10 additions and 0 deletions

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).