style(readme): adding a readme to build

This commit is contained in:
Raphaël 2025-07-27 18:30:15 +02:00 committed by GitHub
parent 2b02553a4c
commit caee549327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# dsc_bot # TTY discord bot
To install dependencies: To install dependencies:
@ -6,10 +6,12 @@ To install dependencies:
bun install bun install
``` ```
To run: To run in developpement bot:
```bash ```bash
bun run index.ts bun run dev
``` ```
This project was created using `bun init` in bun v1.2.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. To build to javacript:
```bash
bun run build
```