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 start
This runs on Travis, every time something gets pushed to master
.
- To build the content of
./src
and put the resulting files into./docs
run:
npm run build
- The content mainly lives in
src/harp.json
. - Templates and stylesheets are inside the
src/public
directory.- Templates are written in
Jade
- Stylesheets are written in
SCSS
- Templates are written in