-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monorepo documentation #22271
Comments
I'm using a monorepo with NPM workspaces. I'm trying to follow https://storybook.js.org/docs/react/get-started/install/
...actually means "Run this inside your package's root directory". So, I run I'm attaching the package.json and build configuration for my react component library package. I don't know how to respond to the following CLI prompt. Please advise. CLI prompt🔎 found a 'missing-babelrc' migration: |
Currently, we've focused on documenting Storybook's features while gradually focusing on application testing and introducing some guidance on how to do it. However, more and more teams are adopting a monorepo stack for their projects, and we forget about that section of the community. We'll need to start putting more effort into creating dedicated documentation on how to set up Storybook with monorepos. We've seen that NX already provides it in their documentation, and we could continue to build on it and factor not only NX, but also other tooling (e.g., Yarn Workspaces, Pnpm Workspaces, Turborepo, etc.).
This was brought to my attention by Ian VanSchooten in this issue comment.
The text was updated successfully, but these errors were encountered: