Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.54 KB

File metadata and controls

47 lines (31 loc) · 1.54 KB

GitPop3

Tests Coverage Status Deploy

Find the most popular fork on GitHub.

https://andremiras.github.io/gitpop3/

GitPop3 helps you choose a fork when a project goes unmaintained. It allows you to sort forks by "Stars", "Forks" or "Commits" count. Screenshot See GitPop2 for the same tool using backend tech.

Requirements

  • Node.js 20.x or higher
  • Yarn 1.22.0 or higher

Run

yarn start

Test

yarn lint
yarn test

Deployment

The app can be deployed on GitHub pages when releasing via:

yarn deploy

Note a Personal Access Token should be generated with the public_repo scope and set to its base64 form to the REACT_APP_GITHUB_PAT environment variable. This is required for Authenticating with GraphQL.

Cloud Function

See the serverless folder documentation.