Skip to content

Commit ed48f77

Browse files
authored
Update storybook.mdx
Follow latest Storybook instructions and conventions for setup. Using yarn or pnpm dlx otherwise will only install versions of storybook older than 8.3
1 parent 8daeb2b commit ed48f77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/site/content/repo-docs/guides/tools/storybook.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,21 @@ In the `apps/storybook` directory, initialize a new Storybook application:
9797
<Tab>
9898

9999
```bash title="Terminal"
100-
npx storybook@latest init
100+
npm create storybook@latest
101101
```
102102

103103
</Tab>
104104
<Tab>
105105

106106
```bash title="Terminal"
107-
yarn dlx storybook@latest init
107+
yarn create storybook@latest
108108
```
109109

110110
</Tab>
111111
<Tab>
112112

113113
```bash title="Terminal"
114-
pnpm dlx storybook@latest init
114+
pnpm create storybook@latest
115115
```
116116

117117
</Tab>

0 commit comments

Comments
 (0)