Drawphone was inspired by Spyfall and Telestrations.
- Clone the repo to get started
- Fork and create any pull requests against the
dev
branch - Run
npm install
, thennpm 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.