nest-pgp-chat/README.md

16 lines
231 B
Markdown
Raw Permalink Normal View History

2024-09-14 00:31:36 +00:00
# nest-pgp-chat
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.9. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.