/issue-vis

Visualize github issues.

Primary LanguageJavaScriptMIT LicenseMIT

issue-vis

Build Status

Visualize github issues.

Requirements

Setup

Install dependencies

yarn

Local configuration

Create a file named .env.local at the root of the project and fill in the following properties:

  • REACT_APP_GITHUB_TOKEN={your_github_oauth_token}
  • REACT_APP_REPOSITORIES={the_comma_separated_list_of_repositories_you_are_interested_in}

Launch

yarn start