/churnedbutter

Styleguide architecture

Primary LanguageCSS

Churned Butter UI

Because everybody like butter

What is this?

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

How to install

  1. Install Node, this will install NPM
  2. Install Gulp globally npm install gulp-cli --global
  3. cd to the root and run npm install

Run Development Servers

    npm run start

Run SASS Development

    npm run develop

Clean dev builds

    gulp clean

Gulp

Remember that you can list all the tasks by running gulp --tasks