Skip to content

brendanashworth/buzz

 
 

Repository files navigation

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

About

A prototype for github issue workflow management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.0%
  • JavaScript 26.6%
  • Go 21.0%
  • HTML 9.4%