# buzz **Repository Path**: mirrors_minio/buzz ## Basic Information - **Project Name**: buzz - **Description**: A prototype for github issue workflow management - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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