To get a basic idea of the game, check out wikipedia.
Start a development server using nodemon: npm run dev
or simply run node server.js
for production.
You'll also need to change the application server for socket.io
in public/index.js
from io.connect('shithead.onl');
to io.connect('localhost:4000');
.
To run Jest tests, run npm run tests
.