Thomas G. Lopes
commited on
Commit
·
5e53f73
1
Parent(s):
631cc27
update readme
Browse files
README.md
CHANGED
@@ -11,3 +11,12 @@ app_port: 3000
|
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
|
13 |
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
|
13 |
Demo: https://huggingface.co/spaces/huggingface-projects/inference-playground
|
14 |
+
|
15 |
+
## Local usage
|
16 |
+
|
17 |
+
```sh
|
18 |
+
pnpm install
|
19 |
+
pnpm run dev
|
20 |
+
```
|
21 |
+
|
22 |
+
Hint: Use antfu's [ni](https://github.com/antfu-collective/ni) and never memorize a package manager again
|