|
|
||
|---|---|---|
| public | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| README.md | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
README.md
draw fast
You need some environment variables in .env.local. You can get these from fal.ai/dashboard/keys
FAL_KEY_ID=put your id here
FAL_KEY_SECRET=put your secret here
Then just...
npm install
npm run dev