This application comprises a code sample for a potential employer.
If you want to run it yourself, you should do the following after you clone it down:
npm install
- Create a file called
env.json
in thesrc/components/App
folder with the following content:
{
"ghToken": "some access token you create on GitHub"
}
npm start