Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 367 Bytes

Makao

Makao is a real time web card game very similar to UNO.

Dependencies

The application currently requires running local instances of mongoDB and redis (port 6379) servers.

Install

  1. Run npm install from the main folder.
  2. Run npm install from the /client folder.
  3. Run npm start from the main folder.

Open localhost:3000 in your browser.