modpack-server/README.md

16 lines
228 B
Markdown
Raw Normal View History

2024-02-12 07:43:32 +00:00
# bun-terry
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.js
```
This project was created using `bun init` in bun v1.0.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.