mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 21:11:37 +01:00
16 lines
223 B
Markdown
16 lines
223 B
Markdown
# qweribot
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.2.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|