-
Setup & Install dependencies
First, you need Node.js (v18+) installed.
npm i
-
Make a copy of
.env.example, then rename it to.env -
Add your OpenAI API key to
.envOPENAI_API_KEY=sk-xxx... -
Run the app
npm run dev
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Setup & Install dependencies
First, you need Node.js (v18+) installed.
npm iMake a copy of .env.example, then rename it to .env
Add your OpenAI API key to .env
OPENAI_API_KEY=sk-xxx...
Run the app
npm run devMIT