boilerplates.io website
$ git clone https://github.com/boilerplates/boilerplates.github.io
$ cd boilerplates.github.io && npm i && bower i
assemble-cli needs to be installed globally. Currently the
dev
branch should be installed.
$ npm i -g assemble/assemble-cli#dev
The default builds the site and places it in
_gh_pages
$ assemble
Watch the source files and rebuild the site
$ assemble watch
For development, start a
connect
server, watch the sources files, and rebuild the site. The site will be available on localhost.
$ assemble dev
Deploy to the
master
branch on github
$ assemble deploy
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Brian Woodward
Copyright © 2015 Brian Woodward Released under the MIT license.
This file was generated by verb-cli on September 02, 2015.