Currently, the workspace lacks a centralized command to launch Storybook directly from the repository root. Developers have to navigate into the specific project directory or target the workspace manually.
This issue aims to add a global pnpm run storybook script to the root package.json and ensure that all necessary platform-specific dependencies are properly integrated into the workspace setup for a seamless developer onboarding experience.
What was done
Storybook was intalled in packages/lunacharts and it runs. But right now, it is necessary to switch in that folder
Outcome
Running pnpm run storybook from the repository root successfully launches the Storybook development server (storybook dev -p 6006 --no-open).
Related
packages/luna-charts/packages.json
packahe.json
Updating README.md
## Context
Currently, the workspace lacks a centralized command to launch Storybook directly from the repository root. Developers have to navigate into the specific project directory or target the workspace manually.
This issue aims to add a global pnpm run storybook script to the root package.json and ensure that all necessary platform-specific dependencies are properly integrated into the workspace setup for a seamless developer onboarding experience.
## What was done
- Storybook was intalled in packages/lunacharts and it runs. But right now, it is necessary to switch in that folder
## Outcome
- Running pnpm run storybook from the repository root successfully launches the Storybook development server (storybook dev -p 6006 --no-open).
## Related
- `packages/luna-charts/packages.json`
- `packahe.json`
- Updating `README.md`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Context
Currently, the workspace lacks a centralized command to launch Storybook directly from the repository root. Developers have to navigate into the specific project directory or target the workspace manually.
This issue aims to add a global pnpm run storybook script to the root package.json and ensure that all necessary platform-specific dependencies are properly integrated into the workspace setup for a seamless developer onboarding experience.
What was done
Outcome
Related
packages/luna-charts/packages.jsonpackahe.jsonREADME.md