Go to file
Lu[ke] Wilson 3b682c5521 speed up 2023-11-23 16:02:39 +00:00
public Initial commit from Create Next App 2023-11-18 15:17:57 -08:00
src speed up 2023-11-23 16:02:39 +00:00
.eslintrc.json Initial commit from Create Next App 2023-11-18 15:17:57 -08:00
.gitignore Initial commit from Create Next App 2023-11-18 15:17:57 -08:00
README.md Update README.md 2023-11-23 12:36:19 +00:00
next.config.js feat: tldraw + fal (#1) 2023-11-19 21:07:39 -08:00
package-lock.json feat: disable auto-upload 2023-11-20 11:03:24 -08:00
package.json feat: disable auto-upload 2023-11-20 11:03:24 -08:00
postcss.config.js feat: tldraw + fal (#1) 2023-11-19 21:07:39 -08:00
tailwind.config.ts feat: tldraw + fal (#1) 2023-11-19 21:07:39 -08:00
tsconfig.json Initial commit from Create Next App 2023-11-18 15:17:57 -08:00

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