diff --git a/site/docs/pages/guides/contribution.mdx b/site/docs/pages/guides/contribution.mdx index 6d56081cbe..7ea48bbb5a 100644 --- a/site/docs/pages/guides/contribution.mdx +++ b/site/docs/pages/guides/contribution.mdx @@ -65,6 +65,18 @@ onchainkit ## Workflows +### Storybook + +Storybook is a frontend workshop for building UI components and pages in isolation. It helps you develop and share hard-to-reach states and edge cases without needing to run your whole app. + +To develop and test your components in Storybook, run the following command: + +```bash +yarn storybook:dev + +# In a browser, navigate to http://localhost:6006/ +``` + ### Testing Write and update existing unit tests. You can watch file changes and rerun tests automatically like this: