Skip to content

boilerplates/boilerplates.github.io

Repository files navigation

boilerplates.github.io NPM version

boilerplates.io website

Building

Clone the repository

$ git clone https://github.com/boilerplates/boilerplates.github.io

Install NPM and Bower dependencies

$ cd boilerplates.github.io && npm i && bower i

Assemble

assemble-cli needs to be installed globally. Currently the dev branch should be installed.

$ npm i -g assemble/assemble-cli#dev

Assemble tasks

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

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Brian Woodward

License

Copyright © 2015 Brian Woodward Released under the MIT license.


This file was generated by verb-cli on September 02, 2015.