diffuse-the-rest / README.md
mishig's picture
mishig HF staff
Add local dev readme
7d0186f
|
raw
history blame
No virus
231 Bytes
---
title: Diffuse The Rest
emoji: ⚡️
colorFrom: yellow
colorTo: red
sdk: static
pinned: false
app_file: build/index.html
---
# Diffuse The Rest
To develop locally:
```
npm ci
NODE_ENV="development" npm run dev -- --open
```