Skip to content

Commit

Permalink
Merge pull request #24386 from storybookjs/yarn-instructions
Browse files Browse the repository at this point in the history
Docs: Add instructions for installing yarn
  • Loading branch information
jonniebigodes authored Oct 9, 2023
2 parents 4d3ff76 + 0a06536 commit d42aae3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contribute/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d42aae3

Please sign in to comment.