How can I add storybook to an existing repo in a Nx package based configuration?
It seems you can’t manually add storybook to an existing Angular project once it’s inside an Nx monorepo without following the integrated path.
Storybook and NX: One main Storybook instance for all projects
I have 7 angular apps inside nx monorepo, those apps use visual components stored in shared-ui lib. What I need to achieve is to implement a new project with storybook, and then inside that new project generate all stories for those visual components. The purpose is to have that project deployed with specific url in order for UX guys to see at any time all components already implemented.