Frameworks
How to Remove Storybook from a Project
Short answer: There is no that simple “remove” command to remove storybook from project. Why they don’t have command? It is because Storybook doesn’t know where your stories are until runtime. So, it’s hard to know exactly what to delete. Also users sometimes have multiple storybooks in 1 repo which Read more…