Skip to content

Commit

Permalink
README contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed May 8, 2024
1 parent 00133e1 commit 419033e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/storybook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
See `Getting Started` in [`CONTRIBUTING.md`](/CONTRIBUTING.md#getting-started) to get started with building
and running storybook.

0 comments on commit 419033e

Please sign in to comment.