Skip to content

Commit

Permalink
chore: add Storybook workflow doc
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkul committed Jul 16, 2024
1 parent a2378c6 commit 9cd8e74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/docs/pages/guides/contribution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cd8e74

Please sign in to comment.