-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move and update the README document added for Storybook
- Loading branch information
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Storybook | ||
|
||
Storybook is an open-source tool that provides a sandbox to develop and visualize components in isolation. See the [Storybook site](https://storybook.js.org/) for more information about the tool. | ||
|
||
The Gutenberg project uses Storybook to view and work with the UI components developed in the WordPress packages. | ||
|
||
View online at: https://wordpress.github.io/gutenberg/ | ||
|
||
Run locally in your development environment running: `npm run storybook:dev` from the top-level Gutenberg directory. | ||
|