mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-30 05:04:14 +08:00
553 B
553 B
Getting started
- Ensure you have node version 14 installed (suggestion: v14.18.1).
- Ensure if you are using Windows to use the Windows Subsystem for Linux (WSL).
- Run
./bootstrap.sh
to install the dependencies, and get the repo ready to be developed on. - Run
yarn start
inside of thecode
directory to start the development server.
Contributing to Storybook
For further advice on how to contribute, please refer to our NEW contributing guide on the Storybook website.