First run git clone https://github.com/JCamyre/bruinmarket.git
to clone the repo onto your local machine
Next run cd bruinmarket/bruinmarket
to enter ourp roject directory
Next run npm i
to install all the required dependencies from our package.json
Next run npm start
to locally deploy our web app
It can be viewed at localhost:3000
Whenver you are working on your branch, run the following commands to update your branch to main's:
git fetch origin
git rebase origin/main
Test: Just git pull origin