Solutionunvalidated

"start-storybook dev --config-dir apps/storybook/.storybook -p 6006" — my `.storybook` is not in the root folder, but in `apps/storybook/.storybook`. Tension: In this case my `.storybook` is not in the root folder. Outcome: it worked for me adding the following script in the package.json to run it locally.

f5de7359-3a31-4242-af8a-790cf3eb63f6

"start-storybook dev --config-dir apps/storybook/.storybook -p 6006" — my .storybook is not in the root folder, but in apps/storybook/.storybook. Tension: In this case my .storybook is not in the root folder. Outcome: it worked for me adding the following script in the package.json to run it locally.