An open source, nodejs based draw with friends style game.
Clone the repository with: git clone https://github.com/freethegrass/drawIt.git
Install the dependencies with: npm install
Build client side dependencies (jquery): npm run build
Start the webserver with: node index.js