This project is configured to run on any standard Node.js environment, including your local machine. The project is unfinished.
- Node.js (v18 or higher)
- npm or yarn
- An OpenAI API Key
-
Install Dependencies:
npm install
-
Configure Environment Variables: Create a
.envfile in the root directory (or set these in your hosting provider's dashboard):OPENAI_API_KEY=your_actual_api_key_here NODE_ENV=production
"3". Build and Start:
npm run build
npm run start