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.

- Node.js 20.x or higher
- Yarn 1.22.0 or higher
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.