A Playbook project.
This project utilizes Playbook, reference Playbook's setup guide.
- Clone this repository
npm install
bower install
bundle install
Serve your source locally into your browser. BrowserSync automatically loads any changes to HTML, CSS and JavaScript that you make.
Build the concatenated, minified production version of your source into the dist
directory.
Deploy the production version of your source to GitHub Pages.
There is an issue here currently where it doesn't copy over the styles and scripts directory. Just make sure those exist in /dist and then run gulp gh-pages