diffuse-the-rest / README.md
mishig's picture
mishig HF staff
Fix redirects
bacc5e2
---
title: Diffuse The Rest
emoji: 🦉
colorFrom: indigo
colorTo: green
sdk: static
pinned: false
app_file: build/index.html
---
# 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
```