From 419033e8edfb56ff4e760a5de07c30866ad8aa2b Mon Sep 17 00:00:00 2001 From: Jesse Attas Date: Wed, 8 May 2024 09:09:17 -0500 Subject: [PATCH] README contributing section --- packages/storybook/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/storybook/README.md b/packages/storybook/README.md index 64f2619f24..cca6d9f04f 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -2,6 +2,7 @@ Private package containing the Storybook for the Nimble repo. -## Developer Workflows +## Contributing -When running Storybook locally with `npm run start`, changes to `nimble-components` or `spright-components` will not be reflected in the stories until the modified package is rebuilt and the page is refreshed. To avoid having to manually run `npm run build-components` any time you make a change, you can instead run `npm run build-components:watch` to have the package automatically rebuild whenever it is modified. \ No newline at end of file +See `Getting Started` in [`CONTRIBUTING.md`](/CONTRIBUTING.md#getting-started) to get started with building +and running storybook. \ No newline at end of file