22 lines
322 B
Markdown
22 lines
322 B
Markdown
# bot-api
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
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.
|