- Clone the repository
- In the cloned directory, install the dependencies with:
npm install
- Run
gulp
- Go to the address shown in the terminal
- Branch from
develop
withgit checkout -b <branch name>
- Edit respective files
- Stage files with
git add <file name>
- Commit files with
git commit -m <commit message>
- Push changes to origin with
git push origin <branch name>