Skip to content

Commit 92303ce

Browse files
committed
Update README
1 parent 6f0dcd1 commit 92303ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS implementation of the DSFR.
2626

27-
> For TypeScript and JavaScript projects.
27+
> For TypeScript and JavaScript projects.
2828
2929
- [x] Fully TypeSafe, well documented API.
3030
- [x] Always in up to date with latest the DSFR evolutions.
@@ -55,6 +55,11 @@ Here are instructions for contributing, if you are looking to **use** `@codegouv
5555
git clone https://github.com/codegouvfr/react-dsfr
5656
cd react-dsfr
5757
yarn
58+
59+
# Starting storybook
60+
yarn storybook
61+
62+
# Starting test apps
5863
yarn start-cra # For testing in in a Create React App setup
5964
yarn start-next # For testing in a Next.js setup
6065
yarn start-vite # For testing in a Vite setup

0 commit comments

Comments
 (0)