Multiplayer, real time implementation of the popular card game Cards Against Humanity.
git submodule update --init --recursive
npm install
config.TEMPLATE.js
to config.js
.populateDB.TEMPLATE.js
to populateDB.js
.config.js
, fill in your mongo connection info.In populateDB.js
, fill in your mongo connection info (line 9).
node populateDB.js
npm run-script dev
Visit http://localhost:3000/
npm run-script prod
Visit http://localhost:8080/