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.
See GitPop2 for the same tool using backend tech.
yarn startyarn lint
yarn testThe app can be deployed on GitHub pages when releasing via:
yarn deployNote 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.
See the serverless folder documentation.