Tool to generate stats about contribution data from github. It is also able to generate release notes and retrieve them.
yarn
yarn run tsc-watch
The development server can be started by executing:
yarn run start
To access GitHub from the web app authentication requires to run a local server:
node server.js --port=7000 --host=localhost --client-id=... --client-secret=.... --origin="http://localhost:3000"