1.0.5 • Published 10 years ago

izichi-design-system v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Izichi Design System

CSS Framework to help build fast, responsive and beautiful applications

Installation

By far the easiest way to install the Izichi Design System is using a package manager such as NPM or Bower. You can also clone our GitHub repository and compile the source manually.

NPM

Use the command npm install --save izichi-design-system

Bower

Use the command bower install --save izichi-design-system

Build & Compile (manual compilation)

This is an advanced use case, please only continue if you really do not want to use a package manager

Prerequisites

You need to have the following tools installed on your system to build the Izichi Design System:

  1. Node Package Manager
  2. Gulp Task Runner

Compile

Compile the source into usable CSS using the following steps:

  1. npm install
  2. gulp build

Usage

Once the build steps above are complete, you will have the Izichi Design System sitting in the src/css folder.