diff --git a/packages/components/storybook/README.md b/packages/components/storybook/README.md deleted file mode 100644 index d043435fdf335b..00000000000000 --- a/packages/components/storybook/README.md +++ /dev/null @@ -1,11 +0,0 @@ - -# 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 with the `@wordpress/components` package. - -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. - diff --git a/storybook/README.md b/storybook/README.md new file mode 100644 index 00000000000000..d7cd4915710499 --- /dev/null +++ b/storybook/README.md @@ -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. +