Skip to content

SCAILE-it/prototype-auctoa-chatbot-frontend

Repository files navigation

Auctoa Chatbot Frontend

🌐 Live: https://auctoa-chat-frontend.vercel.app

Frontend für den AI-gestützten Immobilien-Chatbot von Auctoa. Entwickelt mit React + Vite + TailwindCSS.

Setup

  1. Repository klonen

    git clone https://github.com/SCAILE-it/auctoa-chatbot-frontend.git
    cd auctoa-chatbot-frontend
    
  2. Abhängigkeiten installieren

    npm install
    .env-Datei anlegen im Root-Verzeichnis: 
    
    VITE_API_URL=https://YOUR_N8N_WEBHOOK_URL
    
  3. Lokalen Dev-Server starten

    npm run dev
    
  4. Deployment

    Wird aktuell über Vercel deployed. Die .env-Variable VITE_API_URL muss dort ebenfalls hinterlegt werden.

    🌐 https://auctoa-chat-frontend.vercel.app

Environment

Erstellen Sie eine .env im Projektroot mit:

VITE_API_URL=https://YOUR_N8N_WEBHOOK_URL

Sie können sich an .env.example orientieren.

Releases

No releases published

Packages

No packages published

Contributors 6

Languages