Getting Started

Dependencies

Before you continue, be sure that you have these tools installed on your machine:

NPM (https://www.npmjs.com)
Git (https://git-scm.com)

Install

Get the framework from Github. We recommend to add ignite as a submodule of your project:

git submodule add git@github.com:viur-framework/ignite.git
or
git submodule add https://github.com/viur-framework/ignite.git

As an alternative, you can download it as ZIP

Import

Then you can import ignite in your projects style.less:

@import "ignite/ignite";

Use generic elements

Don't forget to configure generic Ignite elements if you want to use them.
You'll find detailed instructions on the following sites.

.btn { .genericBtn(); }