Skip to content

mustafoyev-202/InterviewAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Run InterviewerAI

Quick Start

# Navigate to frontend directory
cd frontend

# Install dependencies (first time only)
npm install

# Create .env.local file with your API keys
# Copy the example below and add your keys

# Run development server
npm run dev

Setup Environment Variables

Create frontend/.env.local file:

GEMINI_API_KEY=your-gemini-api-key-here
ELEVENLABS_API_KEY=your-elevenlabs-api-key-here
ELEVENLABS_VOICE_ID=your-voice-id-here

Commands

# Development (with hot reload)
npm run dev

# Build for production
npm run build

# Start production server
npm start

# Lint code
npm run lint

Access the App

After running npm run dev, open:

Releases

No releases published

Packages

 
 
 

Contributors