Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 605 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 605 Bytes

How to use

To clone this repository, you will need Git and Node.js (which comes with npm).

Clone this repository

git clone https://github.com/uwohci23/Group4.git

Go into the repository directory

cd Group4

Install dependencies

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

Run the Game

npm start