Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 858 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 858 Bytes

hb-rog

My boilerplate setup for sites built with the Harp static generator. Gives you an extensible Bootstrap setup, RSCSS, BrowserSync and a production workflow. Uses Jade by default, but Harp is pretty flexible about templating.

Getting started

  1. If you have Harp installed globally, you can use this repo as a boilerplate by running:

    harp init --boilerplate rogerhutchings/hb-rog

    If not, clone the repo into a new directory.

  2. Install the dependencies by running npm install.

  3. Kick off the local development server by running npm start.

  4. Compile the site for deployment with npm run build.

  5. Optionally add in deployment code in the gulp deploy.js task, and run with npm run deploy. There's a boilerplate S3 deploy task there already, which can be configured in gulp/config.js.


MIT licence - go nuts.