Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 370 Bytes

Buildbot marketing website built harp

harp is a simple static website generator built on nodejs

You have to install nodejs and yarn

Building

yarn install

develop with live reload

yarn run dev

compile the static website

yarn run compile