- Fork this Repository to your projects.
- For installing and running the project write
npm install && npm start
in your terminal/cmd. - For subsequent runs type
npm start only
.
- Create a New Branch for this repository by typing
git checkout -b <your-branch-name>
- Work on the new branch, then add and commit your changes by:
git add origin master
andgit commit -m "YOUR_MESSAGE_HERE"
respectively. - When Satisfied with your work push it to the branch by
git push -all
and then typing your username and password. - When all the work is done open a pull request by going to the repository on github and making a pull request for your branch.
Follow us on Instagram