mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:34:03 +00:00
14 lines
306 B
Markdown
14 lines
306 B
Markdown
# kojori-tg-bot
|
|
|
|
Telegram household finance bot and mini app built with Bun workspaces.
|
|
|
|
See the [development setup runbook](docs/runbooks/dev-setup.md) for full setup,
|
|
quality-check, and local development commands.
|
|
|
|
For container smoke testing, run:
|
|
|
|
```bash
|
|
bun run docker:build
|
|
bun run docker:smoke
|
|
```
|