Skip to content

Getting Started

Abel Bekele edited this page Jan 3, 2025 · 1 revision

Getting Started:

  1. Clone the repository:
    git clone <repository_url>
  2. Install dependencies:
    npm install
  3. Set up environment variables:
    • Create a .env file in the project root.
    • Add your OpenAI API key and other necessary environment variables.
  4. Run the development server:
    npm run dev

Clone this wiki locally