Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 621 Bytes

BruinMarket

To deploy locally

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

To make sure you are up-to-date with main branch

Whenver you are working on your branch, run the following commands to update your branch to main's:

  1. git fetch origin
  2. git rebase origin/main

Test: Just git pull origin