An idling game of epic proportions.
- node 6.x
- git
- mongodb
git clone
npm install
- Create a
.env
file with the keyMONGODB_URI
set to a URI leading to a local or remote mongodb install
npm start
to start the servernpm run test:client -- --players <playercount>
to test with that many players.
- Make sure your code passes
npm run test
before making a PR.