Repository A11y Stats
A small app that uses the github API to grab information about issues and labels, and looks at a11y-focused activity.
To run locally, first install node modules:
npm install
Next create a .env
file to hold your github API token, and add the following environment variable:
AUTH_TOKEN=your_auth_token_string
Finally, run:
npm run dev