#folio
First, run bower install
to make sure you have all the necessary JS libs
Second, run npm install
to make sure you have all of the dev dependencies to create builds of the site.
- From the root project directory, run 'jekyll serve --w'. This will serve the site at localhost:4000.
- From the same directory, run 'grunt'.
- To install a new package, use: bower install [PACKAGE] --save
- To add a plugin to your gruntfile, use: npm install [PLUGIN] --save-dev