iamawong-zz / cards-against-humanity

17 stars 11 forks source link

Cards Against Humanity

Multiplayer, real time implementation of the popular card game Cards Against Humanity.

Dependencies:

After you clone:

  git submodule update --init --recursive
  npm install

Run on dev:

   npm run-script dev
   Visit http://localhost:3000/

Run on prod:

   npm run-script prod
   Visit http://localhost:8080/