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