Application that allows reporting creative work of a developer during a selected month. Creative work is meant as a list of pull requests made on bitbucket.
- Clone repository
- Run
npm install
- Copy
config.back.json
asconfig.json
and fulfill configuration - Run
npm start
- Open browser at
http://localhost:3000