Play now at: drawphone.tannerkrewson.com
Drawphone was built with Node.js, jQuery and Pug. It was one of my first coding projects, so the code is a bit of a mess... 😂
Issues, feature requests, and pull requests welcome!
- 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.