This app is just a test about KineticJS where I just make fun about colorizing an exported svg ! :)
To install the app you have to install nodejs and npm.
Then,
-
Install grunt : "npm -g install grunt-cli" Install bower : "npm -g install bower"
-
Install dependencies : Npm dependencies : "npm install" in the project directory Bower dependencies : "bower install" in the project directory
-
Developement mode "grunt serve"
(Production mode (not operational at this time) : Run : "grunt build")