flowing-hugs commited on
Commit
8398b85
·
verified ·
1 Parent(s): 02abfd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -8,4 +8,12 @@ app_port: 8080
8
  pinned: false
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
8
  pinned: false
9
  ---
10
 
11
+
12
+ ## Develop locally
13
+
14
+ Add a .env file with
15
+
16
+ ```
17
+ npm i
18
+ npm run dev
19
+ ```