# [Storybook](https://nx-monorepo-sigma.vercel.app/)

Will run storybook for all components stories in [UI library](../ui//README.md)
and additional stories in this library.

This will also build and deploy to [Vercel](https://vercel.com/p81-dev/nx-monorepo)

## Run locally

```sh
npm run storybook
```

The script will first fetch assets URLs from P81 AWS bucket and save it on `aws-assets.json`
This will make sure the assets that are used in stories are in sync with the bucket.

Please include `aws-assets.json` in your commits.
