git clone https://github.com/yeexel/github-repo-explorer.git
cd github-repo-explorer
Rename .env.default file and set REACT_APP_GITHUB_ACCESS_TOKEN environment variable
mv .env.default .env
Install packages and run the dev server
npm install
npm run start