Make sure you have Node.js installed.
To get all of the npm the dependencies run:
npm install- To start the development server and open up localhost:3000 automagically run:
npm startThis runs on Travis, every time something gets pushed to master.
- To build the content of
./srcand put the resulting files into./docsrun:
npm run build- The content mainly lives in
src/harp.json. - Templates and stylesheets are inside the
src/publicdirectory.- Templates are written in
Jade - Stylesheets are written in
SCSS
- Templates are written in