Skip to content

zhairen/AIChatBot

Repository files navigation

AIChatBot (Frontend)

This is the AIChatBot frontend project (Vite + React + TypeScript). The archive contains a complete frontend project which can run with npm install + npm run dev, and can be containerized with Docker using the provided Dockerfile.

界面预览

示意图 1 示意图 2

Quick start

npm install
npm run dev

Build & preview:

npm run build
npm run preview

Docker:

docker build -t aichatbot-frontend:latest .
docker run -p 8080:80 aichatbot-frontend:latest

demo 可访问样例 https://safe.robotmusk.com

2.png

Notes

  • Backend REST/WS endpoints are not included. Use ENV variables to point to your backend if needed.
  • If you specifically need a .rar archive, please convert the provided .zip locally (e.g. with WinRAR) — rar creation requires external rar tools not available here.

About

website ai chatbot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published