Aru-Ku / hacktoberfest-issues

[WIP] Find the latest open issues for Hacktoberfest 2022
https://hack-o-fest.vercel.app
MIT License
12 stars 8 forks source link
github-api hacktoberfest nextjs react

Hacktoberfest Issues (WIP)

Find the latest open issues that are tagged for Hacktoberfest contribution.

Note 🚨 : This repository has been excluded from hacktoberfest.

Vistors Count

PR's Welcome

GitHub Sponsor

This project is making use of

For Development & Contribution to this project.

  1. Fork & clone the project.
  2. Install packages : npm install
  3. Generate a GitHub's Personal Access Token without any scope. Follow the documentation here
  4. Create a .env file with following content
    NEXT_PUBLIC_GITHUB_AUTH_PAT_TOKEN=<your-token-here>
  5. Start the application : npm run dev
  6. Open localhost:3000 in your browser.