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.
npm install
npm run devBuild & preview:
npm run build
npm run previewDocker:
docker build -t aichatbot-frontend:latest .
docker run -p 8080:80 aichatbot-frontend:latestdemo 可访问样例 https://safe.robotmusk.com
2.png
- 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.

