An open API service indexing awesome lists of open source software.

https://github.com/buildbot/buildbot-website

Source for http://buildbot.net
https://github.com/buildbot/buildbot-website

Last synced: 9 months ago
JSON representation

Source for http://buildbot.net

Awesome Lists containing this project

README

          

[Buildbot marketing website](https://buildbot.net) built [harp](https://harpjs.com/)

harp is a simple static website generator built on [nodejs](https://nodejs.org/en/)

You have to install nodejs and [yarn](https://yarnpkg.com/lang/en/)

## Building

yarn install

## develop with live reload

yarn run dev

## compile the static website

yarn run compile