Your ideas, design changes, code cleaning, or real heavy code changes or any other help all are always welcome. The more is contribution the better it gets.
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
Change to the repository directory on your computer (if you are not already there):
cd storydeck
Now to perform any change(s) checkout the develop branch by git checkout command:
git checkout develop
origin repository.