summaryrefslogtreecommitdiff
path: root/README.md
blob: 73bc37c89050c8d673b8f6ecad45d2fe7c77481c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# fleg-bout

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.3.4. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.