Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a README file for storybook directory #18245

Merged
merged 2 commits into from
Nov 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/components/storybook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# Storybook

Storybook is an open-source tool that provides a sandbox to develop and visualize components in isolation. See the [Storybookjs site](https://storybook.js.org/) for more information about the tool.

The Gutenberg project uses Storybook to view and work the the `@wordpress/components` package.
mkaz marked this conversation as resolved.
Show resolved Hide resolved

View online at: https://wordpress.github.io/gutenberg/design-system/components

Run locally in your development environment running: `npm run design-system:dev` from the top-level Gutenberg directory.