Install dependencies:
npm i
Create ENV variables:
In order to request data with GitHub's API a GitHub username and a personal access token are required. These should be added to a '.env' file.
Start the app in the dev
environment:
npm start
The app can also be packaged for the local platform:
npm run package