🌐 Live: https://auctoa-chat-frontend.vercel.app
Frontend für den AI-gestützten Immobilien-Chatbot von Auctoa. Entwickelt mit React + Vite + TailwindCSS.
-
Repository klonen
git clone https://github.com/SCAILE-it/auctoa-chatbot-frontend.git cd auctoa-chatbot-frontend -
Abhängigkeiten installieren
npm install .env-Datei anlegen im Root-Verzeichnis: VITE_API_URL=https://YOUR_N8N_WEBHOOK_URL
-
Lokalen Dev-Server starten
npm run dev
-
Deployment
Wird aktuell über Vercel deployed. Die .env-Variable VITE_API_URL muss dort ebenfalls hinterlegt werden.
Erstellen Sie eine .env im Projektroot mit:
VITE_API_URL=https://YOUR_N8N_WEBHOOK_URL
Sie können sich an .env.example orientieren.