This is a full stack app created using html, css and javascript which allow you to write and compile code easily
- First fork the repo to your account
- Clone this to your local codebase by
git clone [repository link]
- Make changes in your local and create new branch by
git checkout -b [branch_name]
- Commit in this branch and push to branch by running
git commit -m [branch_name]
git push origin [branch_name]
- Make a pull request with a message which changes done