The cla-bot manages and monitors all contributors who have signed the Contributors License Agreement of an organization. It has the capabilites to comment on PR's if the contributor hasn't signed the agreement before issuing the PR.
- Fork and clone your fork
- Run
npm i
from within the project directory - Create a
.env
file with the schema specified in the.env.example
file. - Setup MongoDB locally or you can simply use MLab they have a free Sandbox plan.
- Finally run
npm run dev
- We utilize cla-bot for this project, so its best you read through there documentation.