To clone this repository, you will need Git and Node.js (which comes with npm).
git clone https://github.com/uwohci23/Group4.git
cd Group4
Run the following line to set up the enviroment
#env:NODE_OPTIONS=--openssl-legacy-provider
Run the following line to Install dependencies
npm install
Run the following line to fix a known issue
npm audit fix
npm start