/buzz

A prototype for github issue workflow management

Primary LanguageCSSApache License 2.0Apache-2.0

Buzz

A prototype for Github workflow management

Install Dependencies

$ yarn install

Install Bower Components

$ cd static/vendors
$ bower install

Build CSS

$ yarn build

Starting Buzz Server

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

Point your browser to http://localhost:7000