# Blockstack Design System

## Usage

```
yarn install
```

### Work on Docs

```
yarn start
```

### Build library

To build the component library and compile to `/dist`:

```
yarn prepare
```
