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.
- Download and install Node.
- Install global environment dependencies:
npm install -g gulp grunt-cli
- Install project dependencies:
npm install
The default task will:
- 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
Publishes generated site via GitHub Pages to http://ksux.github.io/ks-design-guide/.
gulp deploy
- Assemble for static site generation.
- gulp for task management.
- Handlebars for template processing.
- Less for CSS preprocessing.