mirror of
https://github.com/tcsenpai/PerplexiBot.git
synced 2025-06-07 03:35:22 +00:00
16 lines
224 B
Markdown
16 lines
224 B
Markdown
# tcsenpplx
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.0.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|