# @revas/korala-library

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

```
yarn install
```

## Run linter (with fix) and test suite

```
yarn lint
yarn test:unit
```

## Run Storybook

```
yarn docs:serve
```

## Deploy on Zeit Now

To deploy on Zeit Now define the ENV variables `NOW_TOKEN`, `NOW_ORG_ID` and `NOW_PROJECT_ID`.

```
yarn docs:build
now --token $NOW_TOKEN ./docs
```

Add `--prod` flag to deploy with configured domain.
