2023-10-22 20:18:12 +03:00
|
|
|
# {{name}}
|
|
|
|
|
|
|
|
MTCute powered Telegram bot
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pnpm install --frozen-lockfile
|
|
|
|
cp .env.example .env
|
|
|
|
# edit .env
|
2024-02-08 04:31:34 +03:00
|
|
|
pnpm start
|
2023-10-22 20:18:12 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
*generated with @mtcute/create-bot*
|