Playbook is a Yeoman generator to get you building interfaces faster. Jekyll is included for static site generation. Bourbon, Neat & Bitters are included to help you write CSS faster.
Playbook requires Yeoman, Ruby & Bundler. If you are unfamiliar with Yeoman generators, we recommend familiarizing yourself first.
npm install -g generator-playbook
mkdir project-directory && cd project-directory
yo playbook
Serve your source locally into your browser. LiveReload will automatically load any changes to HTML, CSS and JavaScript that you make.
Check the quality of your source with tools like JSLint, CSSLint and csscss.
Run any test that you have defined for your source.
Build the concatenated, minified production version of the source into the dist
directory.
Deploy the production version of the source to GitHub Pages via grunt-build-control. This ability is configurable during Playbook generation.