No description
| .changeset | ||
| .github | ||
| .storybook | ||
| .vscode | ||
| public | ||
| scripts | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.js | ||
| CHANGELOG.md | ||
| chromatic.config.json | ||
| CONTRIBUTING.md | ||
| eslint.config.js | ||
| knip.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
⚙️ graphics-components
Svelte components, SCSS and more for Reuters Graphics pages.
Storybook
Run Storybook with:
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.