boilerplates.io website
$ git clone https://github.com/boilerplates/boilerplates.github.io$ cd boilerplates.github.io && npm i && bower iassemble-cli needs to be installed globally. Currently the
devbranch should be installed.
$ npm i -g assemble/assemble-cli#devThe default builds the site and places it in
_gh_pages
$ assembleWatch the source files and rebuild the site
$ assemble watchFor development, start a
connectserver, watch the sources files, and rebuild the site. The site will be available on localhost.
$ assemble devDeploy to the
masterbranch on github
$ assemble deployPull 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.