These are my attemps to use storybook and TypeScript in a workspace setup. So far, I have not been successful in getting the tsdocs to appear as documentation within Storybook.
- Install Dependencies
pnpm i
- Build the components package
pnpm run -r build
- Run storybook and see results
pnpm run -r storybook
Look for tsdoc-based documentation that says (from the package)
. This is evidence of success.
- Stop everything, make changes, repeat storybook step