Because everybody like butter
It's a web user interface framework, as well as a style guide generator, meant to be included in Postmedia Network new software based on Django. It is built with NPM and us using Gulp packet manager to manage dependencies and compiling process
- Install Node, this will install NPM
- Install Gulp globally
npm install gulp-cli --global
- cd to the root and run
npm install
npm run start
npm run develop
gulp clean
Remember that you can list all the tasks by running gulp --tasks