Github Finder is presents your Github profile in a better way with user, language and repository stats.
- Clone the repository
- Install the dependencies by running
npm i
- Open the
.env
file and add your Github API keys and secret. - Run the project:
npm run serve
- Build the project:
npm run build
. After running this command, there should be a directory calleddist
having all the build files.
MIT