Before running the project you will need FFmpeg and Rhubarb.
Download a static version of FFmpeg binary for your OS here and put it in your bin folder. FFmpeg executable should be accessible through bin/ffmpeg
.
Download the Rhubarb binary for your OS here and put it in your bin folder. Rhubarb executable should be accessible through bin/rhubarb
.
Create a .env
file in the root of the repository with your OpenAI API Key
OPENAI_API_KEY=sk-....
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.