diff --git a/docs/contribute/code.md b/docs/contribute/code.md index e0317f634c8..21337442dd2 100644 --- a/docs/contribute/code.md +++ b/docs/contribute/code.md @@ -15,6 +15,13 @@ Start by [forking](https://docs.github.com/en/github/getting-started-with-github ```shell git clone https://github.com/your-username/storybook.git +cd storybook +``` + +Storybook uses the [yarn](https://v3.yarnpkg.com/) package manager. Use [Corepack](https://github.com/nodejs/corepack) to set up the correct version for use with Storybook. + +```shell +corepack enable ``` ## Run your first sandbox