Drawphone was inspired by Spyfall and Telestrations.
- Clone the repo to get started
- Run
npm install
andnpm start
to launch the server - Go to
localhost:3000
in your browser
- To change the default port, set the
PORT
environment variable - If you set the
NODE_ENV
environment variable todevelopment
, you can use the linklocalhost:3000/dev
to automatically join gameffff
. This is helpful for speeding up debugging. - Please branch off of the
dev
branch and use it as the base in any pull requests. The reason for this is that any changes toprod
restart the prod server, killing any in-progress games, so it's best to merge a batch of changes intoprod
all at once to keep restarts to a minimum.