First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
You will need to create a .env in your directory and provide secrets for the two following third parties for the app to work:
OPENAI_API_KEY: *Insert your secret*
FAL_KEY: *Insert your secret*