2020-07-22 15:54:26 +01:00

1.9 KiB
Raw Blame History

title
Install

Use the Storybook CLI to install it in a single command. Run this inside your existing projects root directory:

npx sb init
TODO: ask tom/dom how to proceed on this item

If you havent started your project yet, we advise… ? TK (needs to be vetted)

The command above will make the following changes to your local environment:

  • 📦 Install the required dependencies.
  • 🛠 Setup the necessary scripts to run and build Storybook.
  • 🛠 Add the default Storybook configuration.
  • 📝 Add some boilerplate stories to get you started.

Check that everything worked by running:

npx storybook

It will start Storybook locally and output the address. Depending on your system configuration, it will automatically open the address in a new browser tab and you'll be greeted by a welcome screen. In that screen there are some noteworthy items:

  • A collection of useful links for more in depth configuration and customization options you have at your disposal.
  • A second set of links for you to expand your Storybook knowledge and get involved with the ever growing Storybook community.
  • A few example stories to get you started.
TODO: add required image per 6.0 doc and assets spreadsheet (Storybook Welcome screen)

Troubleshooting

If there's an installation problem, check the README for your framework (e.g Storybook for React for the detailed instructions)

TODO: ask dom/tom if the link is correct (basics/community/), or will be a Gatsby page.

If all else fails, try asking for help.

Now that you installed Storybook successfully, lets take a look at a story that was written for us