Ads

Monday 9 March 2015

Sapo.js – Interactive Procedural Texture Generator

sapojs-interactive-procedural-texture-generator

Init

Make sure you have Bower and Gulp installed:
$ npm install -g bower
$ npm install -g gulp
Install dependencies:
$ npm install
$ bower install

Develop

Build static files and run dev server:
$ gulp
Copy build to GH-Pages folder. The setup should be master branch in /projects/sapo.jsand gh-pages branch in /projects/sapo.js-pages. This command will copy masterbranch’s build folder togh-pages branch folder:
$ gulp deploy




No comments:

Post a Comment