Skip to content

interconnectit/deckr

Repository files navigation

Deckr

npm version Build Status

Deckr is the UI framework that powers StandFirst.

Requirements

Make sure all dependencies have been installed before moving on:

Install

Pull the whole package via NPM:

$ npm install --save deckr

Or, pull individual Deckr components via NPM:

$ npm install --save deckr-reboot

Usage

The source files included are written in Scss. After installing with npm, you can add your project's node_modules directory to your Sass include paths, then import it like this:

@import "deckr/main";

You can import individual Deckr components, for instance:

@import "deckr-reboot/main";

Testing

$ npm run lint

Security

If you discover any security related issues, please email support@interconectit.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see license file for more information.