diffuse-the-rest / README.md
Johan09033's picture
Duplicate from huggingface-projects/diffuse-the-rest
b66502a
---
title: Diffuse The Rest
emoji: 🦉
colorFrom: indigo
colorTo: green
sdk: static
pinned: false
app_file: build/index.html
duplicated_from: huggingface-projects/diffuse-the-rest
---
# Diffuse The Rest
To develop locally:
```
git clone https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest
cd diffuse-the-rest
npm ci
NODE_ENV="development" npm run dev -- --open
```