Add Storybook link to contributing guide (#885)

This commit is contained in:
Evan Simkowitz 2024-09-26 19:47:52 -07:00 committed by GitHub
parent c1d2a05e4c
commit e902138226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,13 @@ Coding style and formatting is automated for each pull request. We use [Prettier
### Development Environment ### Development Environment
To build and run Wave locally, see instructions below: To build and run Wave locally, see instructions at [Building Wave Terminal](./BUILD.md).
- [Building Wave Terminal](./BUILD.md) ### UI Component Library
We are working to document all our UI components in [Storybook](https://storybook.js.org/docs) for easy reference and testing. If you would like to help us with this, we would be very grateful!
Our Storybook site is hosted [storybook.waveterm.dev](https://storybook.waveterm.dev).
### Create a Pull Request ### Create a Pull Request