Frontend workshop for the design system
storybook
application runs on port 6006.zopio
uses Storybook as a frontend workshop for the design system. It allows you to interact with the components in the design system, and see how they behave in different states.
pnpm dev
. You can also start it independently with pnpm dev --filter storybook
. The preview will be available at localhost:6006.
apps/storybook/stories
directory. Each component should have its own .stories.tsx
file.