Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
diffuse-the-rest
like
917
Running
App
Files
Files
Community
505
mishig
HF staff
commited on
Aug 24, 2022
Commit
7d0186f
•
1 Parent(s):
ba26a7d
Add local dev readme
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
CHANGED
Viewed
@@ -9,3 +9,10 @@ app_file: build/index.html
9
---
10
11
# Diffuse The Rest
9
---
10
11
# Diffuse The Rest
12
+
13
+
To develop locally:
14
+
15
+
```
16
+
npm ci
17
+
NODE_ENV="development" npm run dev -- --open
18
+
```