isabella232 / buzz

A prototype for github issue workflow management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A prototype for github issue workflow management

License:Apache License 2.0


Languages

Language:CSS 41.4%Language:JavaScript 26.6%Language:Go 22.9%Language:HTML 9.1%