An open API service indexing awesome lists of open source software.

https://github.com/interconnectit/deckr

The UI framework that powers StandFirst
https://github.com/interconnectit/deckr

Last synced: 11 months ago
JSON representation

The UI framework that powers StandFirst

Awesome Lists containing this project

README

          

# Deckr

[![npm version](https://img.shields.io/npm/v/deckr.svg)](https://www.npmjs.org/package/deckr)
[![Build Status](https://travis-ci.org/interconnectit/deckr.svg?branch=master)](https://travis-ci.org/interconnectit/deckr)

Deckr is the UI framework that powers StandFirst.

## Requirements

Make sure all dependencies have been installed before moving on:

* [Node](https://nodejs.org/en/)
* [NPM](https://docs.npmjs.com/getting-started/installing-node)

## Install

Pull the whole package via NPM:

``` sh
$ npm install --save deckr
```

Or, pull individual Deckr components via NPM:

``` sh
$ npm install --save deckr-reboot
```

## Usage

The source files included are written in [Scss](http://sass-lang.com/). After [installing](#install) with npm, you can add your project's `node_modules` directory to your Sass [include paths](https://github.com/sass/node-sass#includepaths), then import it like this:

``` scss
@import "deckr/main";
```

You can import individual Deckr components, for instance:

``` scss
@import "deckr-reboot/main";
```

## Testing

``` sh
$ npm run lint
```

## Security

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

## Credits

- [interconnect/it](https://interconnectit.com)
- [All Contributors](https://github.com/interconnectit/deckr/graphs/contributors)

## License

The MIT License (MIT). Please see [license file](LICENSE.md) for more information.