Go to file
Lu Wilson ad0bf063ac
Update README.md
2023-11-23 12:30:40 +00:00
public Initial commit from Create Next App 2023-11-18 15:17:57 -08:00
src SOCKETS WORK OMG 2023-11-23 12:23:11 +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:30:40 +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:

FAL_KEY_ID=put your id here
FAL_KEY_SECRET=put your secret here

Then just run:

npm install
npm run dev