mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-06-13 01:18:14 +08:00
# {{name}}
mtcute powered Telegram bot
## Development
```bash
{{#if (ne runtime "deno")}}
{{#if (eq packageManager "npm")}}
npm ci
{{else}}
{{packageManager}} install --frozen-lockfile
{{/if}}
{{/if}}
cp .env.example .env
# edit .env
{{#if (eq runtime "deno")}}
deno task start
{{else}}
{{packageManager}} start
{{/if}}
```
*generated with @mtcute/create-bot*