From e9021382265d6aaec7de4b2b3aeb5739e801a164 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 26 Sep 2024 19:47:52 -0700 Subject: [PATCH] Add Storybook link to contributing guide (#885) --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29d0ba2c3..e74b444fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,9 +37,13 @@ Coding style and formatting is automated for each pull request. We use [Prettier ### 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