git pull
https://nodejs.org/en/download/
https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable
git clone (repo url goes here, no parenthesis)
- In terminal, navigate to the code folder
- Install packages by running: yarn
- Start the local server by running: yarn start
- In terminal, navigate to the code folder
- Run the followinging in the terminal: git add . git commit -m 'a brief comment describing your updates' git push