Files
me-tg-bot/README.md
T
2026-01-02 23:28:17 +03:00

16 lines
224 B
Markdown

# me-tg-bot
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.4. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.