An HTML5 drawing application.
A simple to use HTML5 drawing application.
In order to run WookieOil on your own machine, you will need node.js in order to use npm to install the dependencies and run the server.
After installing node.js, make sure node is in your PATH and run the following command in your CLI in order to install the dependencies required.
$ npm install
To start up the server by running server.js, located in the src/ directory, with node.
From the root directory of the project run the following command in your CLI.
$ node src/server.js
Now the server is up and running on port 3000 by default.
We use Gulp as our build system. It should have been installed when you ran the install with npm.
Simply run the following command in the root directory of the project to start up gulp.
$ gulp
This project is licensed under the MIT License - see the LICENSE.md file for details