Hacktoberfest Issues (WIP)
Find the latest open issues that are tagged for Hacktoberfest contribution.
Note 🚨 : This repository has been excluded from hacktoberfest.
This project is making use of
- Next.JS (React)
- Tailwind
- GitHub Personal Access Token
- GitHub GraphQL API
- Axios Library
- Vercel for deployment
For Development & Contribution to this project.
- Fork & clone the project.
- Install packages :
npm install
- Generate a GitHub's Personal Access Token without any scope. Follow the documentation here
- Create a
.env
file with following content
NEXT_PUBLIC_GITHUB_AUTH_PAT_TOKEN=<your-token-here>
- Start the application :
npm run dev
- Open localhost:3000 in your browser.