Drawphone was inspired by Spyfall and Telestrations.
- Clone the repo to get started
- Fork and create any pull requests against the
dev
branch - (If needed) Install
node-canvas
dependencies: Drawphone usesnode-canvas
; on some OSes/processors,npm
may attempt to compile/install it from source. See thenode-canvas
README for details. - 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.