Cards Against online der kører på NodeJS. Den her version har en masse danske kort(med gratis stavefejl) - Før jer frie til at tilføje ændringer mm.
Kode af @amirrajan på Github. Jeg har bare ændret design og oversat scriptet på dansk.
##NodeJS Against Humanity
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic License.
##Run Locally
Install all the dependencies:
npm install (you may need to prefix this with sudo if you're on Mac)
Run the app:
node server.js
Then navigate to http://localhost:3000
npm install -g nodemon
Then run the following instead of node server.js
:
nodemon server.js