A custom wireframe for FONHARE
Make sure you have the following installed:
- Node
- NPM
- Bower
- Gulp
- Harp.js
- Sass
npm install
bower install
gulp copy-assets
This setup takes advantage of Harp.js to serve locally. In the root directory run:
harp server
Once you have developed to a point you feel comfortable publishing, follow this Workflow:
- Stop Harp server
Ctrl + C - Switch to gh-pages branch
- Update gh-pages branch from master branch
- Change referenced css from
_sass/_theme.scsstocss/theme.css. harp compile ./ html/- Move the html from 'html' to the root of the directory