mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 01:57:28 +08:00
742 B
742 B
ClawGo WebUI
React + Vite frontend for ClawGo WebUI.
What was cleaned
- Removed unused packages:
@google/genaibetter-sqlite3dotenv@types/react-router-dom(v5 typings, not used)
- Moved build-only tooling to
devDependencies(vite,@vitejs/plugin-react,@tailwindcss/vite, etc.). - Updated package metadata/name to
clawgo-webui.
Development
Prerequisites
- Node.js 18+
Install
npm install
Start local dev server
npm run dev
Build
npm run build
Preview build
npm run preview
Notes
server.tsis a local dev fallback API server.- Production deployment uses ClawGo gateway
/webui/api/*endpoints, not SQLite.