Skip to content

Commit

Permalink
updated readme to explain grunt server
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Oct 17, 2014
1 parent dda5d52 commit f4384cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ h4. Install with "bower":http://bower.io

<pre>$ bower install jquery.lazyload</pre>

h4. Run local Grunt test to see examples

Install dependencies:
* install "node.js":http://nodejs.org/
* <pre>$ npm install -g grunt-cli</pre>
* <pre>$ npm install</pre>

Start server
* <pre>$ grunt server</pre>

h1. License

All code licensed under the "MIT License":http://www.opensource.org/licenses/mit-license.php. All images licensed under "Creative Commons Attribution 3.0 Unported License":http://creativecommons.org/licenses/by/3.0/deed.en_US. In other words you are basically free to do whatever you want. Just don't remove my name from the source.
Expand Down

0 comments on commit f4384cc

Please sign in to comment.