Skip to content

Commit

Permalink
Document the storybook availability and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drzax committed Jul 6, 2020
1 parent 2bb7e0f commit 743af37
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

A collection of reusable React components for use in Story Lab ... stories.

## Installation
## Usage

```bash
npm install @abcnews/story-lab-component-library
```

This library is in its infancy and is barely documented or even useful.

You can see all available components in [the storybook](https://abcnews.github.io/story-lab-component-library/)

## Development

Get started:
Expand Down Expand Up @@ -49,3 +51,9 @@ Releases are built and deployed using [np](https://github.com/sindresorhus/np).
```
npm run release
```

If you're deploying a new production release, you should also update the Storybook. The following command will freshly build and deploy it to GitHub pages.

```
npm run deploy-storybook
```

0 comments on commit 743af37

Please sign in to comment.