Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 329 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 329 Bytes

Buzz

A simple Github workflow management UI.

Install Dependencies

$ yarn install

Install Bower Components

$ cd static/vendors
$ bower install

Build CSS

$ yarn build

Start Buzz

$ go build
$ GIT_TOKEN="YOUR GITHUB ACCESS TOKEN" ./buzz

Point your browser to http://localhost:7000