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
- Host: GitHub
- URL: https://github.com/buildbot/buildbot-website
- Owner: buildbot
- Created: 2013-03-12T15:14:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T12:10:21.000Z (over 1 year ago)
- Last Synced: 2025-03-26T07:06:29.404Z (10 months ago)
- Language: Pug
- Size: 2.14 MB
- Stars: 20
- Watchers: 14
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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