24 lines
331 B
Markdown
24 lines
331 B
Markdown
# Storybook Doc Blocks
|
|
|
|
Portable documentation components for building design systems in Storybook.
|
|
|
|
## Blocks development
|
|
|
|
To bootstrap, in the monorepo root:
|
|
|
|
```sh
|
|
yarn start
|
|
```
|
|
|
|
To develop this package, in the monorepo root:
|
|
|
|
```sh
|
|
yarn build blocks --watch
|
|
```
|
|
|
|
To run storybook, in this directory:
|
|
|
|
```sh
|
|
yarn storybook
|
|
```
|