19 lines
754 B
Markdown
19 lines
754 B
Markdown

|
||
|
||
# ⚙️ graphics-components
|
||
|
||
[](https://badge.fury.io/js/@reuters-graphics%2Fgraphics-components)
|
||
|
||
Svelte components, SCSS and more for Reuters Graphics pages.
|
||
|
||
[Read the docs.](https://reuters-graphics.github.io/graphics-components/)
|
||
|
||
## Storybook
|
||
|
||
Run Storybook with:
|
||
|
||
```bash
|
||
pnpm run storybook
|
||
```
|
||
|
||
Do not run `storybook dev` directly. The script runs `svelte-kit sync` first so that `.svelte-kit/tsconfig.json` exists; otherwise the root tsconfig’s `extends` fails and Storybook will error. The same applies to `pnpm run build:storybook`.
|