Makao is a real time web card game very similar to UNO.
The application currently requires running local instances of mongoDB and redis (port 6379) servers.
- Run
npm install
from the main folder. - Run
npm install
from the /client folder. - Run
npm start
from the main folder.
Open localhost:3000
in your browser.