- Clone the repository
git clone https://github.com/YahyaAlaaMassoud/Illy-Tale.git
- Go to the repo's directory
cd Illy-Tale
- Create a new branch with your new feature name:
git checkout -b add-feature-named-X
- Follow installations steps found in this link
- Apply your modifications on your local branch
- Once you want to apply your changes, commit you code, then push the branch and create a new pull request with sufficient information about your contribution
- Once your pull request has been accepted, it will be automatically check by Travis CI, then deployed to AWS. Also, a new Docker image will be generated and pushed to DockerHub