File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ If that's the case:
3333- If the application can be accessed in the browser at < http://localhost:3000 > , it is possible to just reload the webpage: press ` ctrl+r ` keys
3434- Else, you can force the first Typescript compilation with: ` yarn build `
3535
36+ Launching Storybook
37+ -------------------
38+ To start [ Storybook] ( https://storybook.js.org/docs/react/writing-stories/introduction ) , run: ` yarn storybook `
39+
3640Handling old browsers
3741---------------------
3842This project is supported only relatively new browsers.
Original file line number Diff line number Diff line change 11Storybook
22====================
33
4- Official Documentation
5- ----------------------
6- [ Documentation] ( https://storybook.js.org/docs/react/writing-stories/introduction )
7-
4+ [ Offical documentation] ( https://storybook.js.org/docs/react/writing-stories/introduction )
85
96To launch Storybook, use the following command: ` yarn storybook `
107
You can’t perform that action at this time.
0 commit comments