## Install
Get familiar with [node.js](http://nodejs.org/) if you haven't used it
before, then

* _$ npm install hummingbird_

Or, get familiar with [bower.js](http://bower.io/) if you haven't used it before, then

* _$ bower install hummingbird_

## Contribute
This plugin requires Grunt >=0.4.0

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to
check out the [Getting
Started](http://gruntjs.com/getting-started) guide, as it explains how
to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as
install and use Grunt plugins.

1. Clone or fork the source, [github.com/glg/hummingbird.js](http://github.com/glg/hummingbird.js), then

1. _$ npm install_
 
    gets you the dependencies

1. _$ grunt dev_

    compiles, fires up a webserver on localhost:8100, and
    sets up a file watcher

