arengibook 2.1.0 → 2.1.1-table
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -8
- package/dist/index.js +56509 -23920
- package/package.json +15 -8
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ArengiBook
|
|
2
2
|
|
|
3
3
|
Projet React avec Storybook pour la documentation des composants UI.
|
|
4
4
|
|
|
@@ -6,8 +6,8 @@ Projet React avec Storybook pour la documentation des composants UI.
|
|
|
6
6
|
|
|
7
7
|
Clone ce dépôt :
|
|
8
8
|
|
|
9
|
-
git clone https://github.com/ton-pseudo/
|
|
10
|
-
cd
|
|
9
|
+
git clone https://github.com/ton-pseudo/ArengiBook.git
|
|
10
|
+
cd ArengiBook
|
|
11
11
|
|
|
12
12
|
## Installer les dépendances :
|
|
13
13
|
|
|
@@ -18,8 +18,3 @@ npm install
|
|
|
18
18
|
npm run storybook
|
|
19
19
|
|
|
20
20
|
Storybook sera disponible ici : http://localhost:6006
|
|
21
|
-
|
|
22
|
-
## Création projet Symfony6
|
|
23
|
-
|
|
24
|
-
Pour tester l'intégration des composants Storybook, vous pouvez créer un projet symfony6
|
|
25
|
-
Dans ce projet,
|