Current live site URL: https://gg-1414.github.io/portfolio-tavon_mcvey/
- Clone this repo
- Run
open index.htmlin the terminal - Then run
sass --watch scss:css(make sure you have sass installed globally ->npm install -g sass). This will automatically watch for changes in your scss file and compile it into CSS. http://sassbreak.com/watch-your-sass/ - Make a branch for the issue you are resolving. Also move the issue from
BacklogtoIn Progress. - After you make your changes, commit & push up and make a pull request.
- Attach your pull request to the issue on the Zenhub board. Move the issue from
In ProgresstoReview/QA. - Request someone to review. Fix any code changes if any, or merge with the master branch if approved.
- Finally, move issue to
Done!