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

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.