Index

decks

Build Status

npm version Dependency Status devDependency Status npm license

Sauce Test Status

Overview

A flexible layout library for rendering collections of items in the DOM.

Getting started

git clone https://github.com/pellucidanalytics/decks.git
cd decks
npm install

# Default build for development (file watcher)
# This builds the lib code, tests, and examples, and sets up file
# watchers and LiveReload for development.
gulp

# Build the distributable library code (built to ./dist)
gulp lib

# Build and run the tests (built to ./dist/test)
gulp test

# Build the examples (built to ./dist/examples)
gulp examples

# Publish the repository to npm (maintainers only)
gulp publish

Documentation

Inspirations