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
devbranch - (If needed) Install
node-canvasdependencies: Drawphone usesnode-canvas; on some OSes/processors,npmmay attempt to compile/install it from source. See thenode-canvasREADME for details. - Run
npm install, thennpm startto launch the server - Go to
localhost:3000in your browser
- To change the default port, set the
PORTenvironment variable - If you set the
NODE_ENVenvironment variable todevelopment, you can use the linklocalhost:3000/devto automatically join gameffff. This is helpful for speeding up debugging.
