A tool to search for github users.
Deploy: https://compass-recruiter.vercel.app/
Clone the repository and run yarn install
or npm install
to install project dependencies. In the project root create a .env.local
file and add the environment variables.
GITHUB_ID=ab5cfededfcfdde639b1
GITHUB_SECRET=9c28903e6369140848d09cf9ea9ba6cceb72f40c
To run the application in developer mode, run yarn dev
or npm dev
.