Deckr is the UI framework that powers StandFirst.
Make sure all dependencies have been installed before moving on:
Pull the whole package via NPM:
$ npm install --save deckrOr, pull individual Deckr components via NPM:
$ npm install --save deckr-rebootThe 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";$ npm run lintIf you discover any security related issues, please email support@interconectit.com instead of using the issue tracker.
The MIT License (MIT). Please see license file for more information.