Files
hapi/README.md
T
2025-12-16 15:03:50 +08:00

18 lines
364 B
Markdown

# hapi
Monorepo with three Bun workspace packages:
- `cli/` (`hapi`): CLI (npm package) exposing `hapi` / `hapi-mcp`
- `server/` (`hapi-server`): backend API + Telegram bot server, serves `web/dist/`
- `web/` (`hapi-web`): web frontend (Vite) building to `web/dist/`
## Commands
Run from the repo root:
```bash
bun install
bun run typecheck
bun run build
```