ksux / ks-design-guide

Live pattern library for Kuali Student.
http://ksux.github.io/ks-design-guide/
9 stars 1 forks source link

Kuali Student Design Guide

UI patterns and design guidelines for Kuali Student. The KS Design Guide will supersede the wiki-based User Interaction Model and the KS UI Style Guide (a recent experimental refactoring of the UIM) once the information has been appropriately ported.

Getting started

  1. Download and install Node.
    • Install global environment dependencies: npm install -g gulp grunt-cli
    • Install project dependencies: npm install

Tasks

Serve

The default task will:

  1. Remove any previously generated files.
    • Copy assets, compile CSS, and generate static files.
    • Start and launch local server, opening the project in a web browser.
gulp

Deploy

Publishes generated site via GitHub Pages to http://ksux.github.io/ks-design-guide/.

gulp deploy

Resources