Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 966 Bytes

File metadata and controls

35 lines (26 loc) · 966 Bytes

OpenBee Frontend

The user interface for the Offline AI Voice Assistant, built with React and LiveKit.

🚀 Setup Instructions

1. Prerequisites

  • Node.js (v18+ recommended)
  • npm (comes with Node.js)

2. Install Dependencies

npm install

3. Run Development Server

npm run dev

The app will be accessible at http://localhost:5173/ (or similar).


📂 Project Structure

  • src/: Main source code.
    • components/: React components.
      • VoiceAssistant: Core component for voice interaction using LiveKit hooks.
    • App.jsx: Main application setup drawing together components.
  • public/: Assets available directly (icons, logo).

🛠 Features

  • LiveKit React Components: Out-of-the-box support for connecting to rooms, visualizers, and state management.
  • Tailwind CSS Integration: Styled for sleek dark mode aesthetics.