arengibook 0.0.28 → 1.0.0-treeselect
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 +4 -4
- package/dist/d7bb817f9a84ae47.png +0 -0
- package/dist/index.js +42537 -10590
- package/package.json +12 -2
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,10 +6,10 @@ 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
|
|
|
14
14
|
npm install
|
|
15
15
|
|
|
Binary file
|