This app is designed to help maintainers understand a contributors history with a particular repo.
This application requires a GitHub Personal Access Token to be set in the .env file. Directions on generating a PAT are available in the GitHub Documentation
First you have to install the dependencies:
npm ci
Than you can run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!