updated readme

This commit is contained in:
Alie 2023-12-25 12:35:59 +01:00
parent 532de04592
commit e29ef4b953
1 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,13 @@ bun install
To run:
```bash
bun run index.ts
docker compose up
```
For testing, remember:
```bash
docker compose down -v
docker compose run bot-api bun run test
```
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.