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