Skip to content

Commit e507329

Browse files
committed
Update storybook documentation
1 parent ba08792 commit e507329

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

templates/front/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3640
Handling old browsers
3741
---------------------
3842
This project is supported only relatively new browsers.

templates/front/src/stories/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
Storybook
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

96
To launch Storybook, use the following command: `yarn storybook`
107

0 commit comments

Comments
 (0)