summaryrefslogtreecommitdiff
path: root/README.md
blob: b89d245e070a224df6ae1a6963ae65a1658e867a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# models

To install dependencies:

```bash
bun install
```

To run:

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

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