This document describes how to contribute to this repository.
- Node.js >= v8
- git
First the fork this repository and do a checkout of source code from your fork as below:
git clone https://github.com/<YOUR_GITHUB_ID>/serverless-graphql-boilerplate
Once the repository is cloned, please navgate to the project folder.
npm install
This will install the dependencies and you are now ready to contribute.
Make sure t separate commits for individual tasks. Please comply here. Happy Committing!
Once you follow all the above, your PR should land safely in the main repository.