Deployed at 🚀: https://githubduel.vercel.app/
It gives score to GitHub profile based on repositories, contributions, pull request, issues and other factors.
Go checkout the site and check who wins! 😎
- Fork this repository and then Clone it
git clone {{repo URL}}
cd github-duel
- Install all the packages
npm i
-
Set up environment variable for the GitHub API.
Get a GitHub Personal access token with scope of all
repo
anduser
access. Then set the token in.env.local
file in root folder as
NEXT_PUBLIC_TOKEN: <your token>
- To run the website locally
npm run dev
- Before making any PRs, confirm your build with
npm run build
npm run export
for no Errors or Critical Warnings