From 475a6cb634de4b3ea2d5a064b13799177b62f71c Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Wed, 12 Aug 2026 13:47:01 +0200 Subject: [PATCH] docs(readme): remove outdated storybook root-script gap notice Removes the note stating that running Storybook from the repository root isn't set up yet, along with the old cd-into-package workaround instructions. This gap was closed by the root-level pnpm run storybook script added in #11, so the outdated guidance is no longer accurate. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index c37b640..c37fc14 100644 --- a/README.md +++ b/README.md @@ -93,17 +93,6 @@ pnpm install | `pnpm run test:browser` | Run browser tests (only works inside the `packages/luna-charts` directory) | | `pnpm run storybook` | Start the storybook documentation | -### Storybook - -Storybook currently needs to be started from within the library package directly: - -```bash -cd packages/luna-charts -pnpm run storybook -``` - -> **Note:** Running Storybook from the repository root isn't set up yet. This is a known gap — contributions to add a root-level `pnpm --filter` script are welcome. - Component and browser tests run inside Docker (`docker-compose.test.yaml`), based on the same `Dockerfile.test` used to build the image CI tests against, to guarantee a reproducible browser environment — you don't need Playwright browsers installed locally. Locally this image is built on demand; in CI a prebuilt version of the same image is pulled directly (see [ADR-0002](./docs/src/content/docs/architecture/adr/000200-technology-stack.mdx) and the [Technology Architecture](./docs/src/content/docs/architecture/adm/technology-architecture.mdx#66-test-execution-environment) doc for details). ## Documentation