Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.33 KB

File metadata and controls

32 lines (17 loc) · 1.33 KB

CS3219-AY22-23-Project-3

You can access the application here at https://frontend-xkpqea35pq-as.a.run.app/

image

Create an account.

image

Select a difficulty level and press the button to find a match. Get a friend on another computer to do the same.

image

Alternatively, if you are testing the application alone. Open up another internet browser, for instance if you are currently on google chrome, open up mozilla firefox and log in again. The same browser cannot be used as they share the same cookie, which causes authentication issues.

image

image

Other Services

  1. Install npm packages using npm install.
  2. Run the services using npm start.

Frontend

  1. Install npm packages using npm install --force.
  2. Run Frontend using npm start.
  3. Open localhost:3000