/polaris-dashboard

This is a dashbaord built with Polaris to display information about... Polaris.

Primary LanguageJavaScript

Polaris Dashboard

This is a dashboard built with Polaris to display information about... Polaris.

Setup

  1. yarn install
  2. Generate a new personal access token on GitHub
  3. Create an .env file in the root of the project with the following in it:
REACT_APP_GITHUB_TOKEN=___YOUR_PERSONAL_ACCESS_TOKEN__

Running in development

yarn start

Visit http://localhost:3000