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

To install dependencies:

```bash
bun install
```

To run:

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

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