Getting Started
Welcome to Aivix Bench! This guide will help you get started with our voice-first AI agent builder.
Prerequisites
- Node.js 16+
- npm 8+
- n8n instance
- OpenAI API key
Installation
- Clone the repository:
git clone https://github.com/aivix/aivix-bench.git
- Install dependencies:
npm install
- Configure your environment:
cp .env.example .env
- Start the development server:
npm start