draw-fast/README.md

17 lines
274 B
Markdown

## draw fast
You need some environment variables in `.env.local`. You can get these from [fal.ai/dashboard/keys](https://www.fal.ai/dashboard/keys)
```
FAL_KEY_ID=put your id here
FAL_KEY_SECRET=put your secret here
```
Then just...
```bash
npm install
npm run dev
```