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.
So for example if i have project 1, and shared-ui lib, i need to have story book project to show shared-ui lib components.
Is that posible? Thanks
I tried with official documentation but as far as i get, the documentation shows the implementation of a new library for story book. And thats not what i want, I want new project to show components already done and to help UX guys to understand what is currently done.