This app uses the github API to get commit and repo statistics of github profiles.
Download the app with git by running:
git clone https://github.com/pontussandberg/github-stats.git
Start the app from the project root by running the server with:
cd server && npm i && npm start
...and the client in a new terminal by running:
cd client && npm i && npm start