A simple app to compare the commit activity of public GitHub repositories.
Assuming that you have node installed on your system, run the following commands to start the application:
- Generate a GitHub Fine-grained access token
- Create a
.envfile at the root and add the access token to it:VITE_GH_KEY=<your-access-token> - Install dependencies:
npm install - Run dev:
npm run dev

