Skip to content

AndreMiras/gitpop3

Repository files navigation

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.

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.