This is a dashboard built with Polaris to display information about... Polaris.
yarn install
- Generate a new personal access token on GitHub
- Create an
.env
file in the root of the project with the following in it:
REACT_APP_GITHUB_TOKEN=___YOUR_PERSONAL_ACCESS_TOKEN__
yarn start
Visit http://localhost:3000