update
Browse files
README.md
CHANGED
@@ -8,3 +8,14 @@ pinned: false
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
11 |
+
|
12 |
+
# START SERVER
|
13 |
+
|
14 |
+
poetry run uvicorn server:app --reload
|
15 |
+
|
16 |
+
# START CLIENT
|
17 |
+
|
18 |
+
nvm use 20 ( osef si t'as déjà node 20+ )
|
19 |
+
yarn ( ou npm install )
|
20 |
+
|
21 |
+
yarn dev ( ou npm run dev )
|