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 ifrom within the project directory - Create a
.envfile with the schema specified in the.env.examplefile. - 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.