buildbot-website icon indicating copy to clipboard operation
buildbot-website copied to clipboard

Source for http://buildbot.net

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