Merge remote-tracking branch 'origin/main'

# Conflicts:
#	README.es-ES.md
#	README.md
This commit is contained in:
Alex Getman
2026-08-12 13:13:18 +03:00
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -20,20 +20,20 @@ No third-party data service is involved.
## Quick start
`
```
cp .env.example secrets.env
# Set TELEGRAM_BOT_TOKEN in secrets.env
bun install
bun run check
docker compose up -d --build
`
```
Runtime data is stored in `./data`. Keep `secrets.env`, `data/`, Xiaomi tokens,
SQLite databases, and exports private.
## Development
`
```
bun install
bun run check
bun run dev