Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.38 KB

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

  • Next.JS (React)
  • Tailwind
  • GitHub Personal Access Token
  • GitHub GraphQL API
  • Axios Library
  • Vercel for deployment

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.