# Stache 2

[![npm](https://img.shields.io/npm/v/@blackbaud/stache.svg)](https://www.npmjs.com/package/@blackbaud/stache)
[![status](https://travis-ci.org/blackbaud/stache2.svg?branch=master)](https://travis-ci.org/blackbaud/stache2)

This collection of Angular 2 components serves to augment [SKY UX 2](https://developer.blackbaud.com/skyux2/) with features geared toward documentation. Read the [official documentation](https://developer.blackbaud.com/stache/) for more info.

## Local Development Setup

#### Install dependencies

```
npm install
```

#### Serve the SPA

```
skyux serve
```

#### Test the components

```
skyux test
```

#### Build the components

```
skyux build-public-library
```

## Contributing

Read our [contribution guidelines](https://github.com/blackbaud/stache2/blob/master/CONTRIBUTING.md).
