This commit is contained in:
Chris Wanstrath 2025-10-05 13:43:38 -07:00
parent e6583a3b75
commit d6c90a80ed

View File

@ -1,15 +1,8 @@
# reefvm # ReefVM
To install dependencies: It's where Shrimp live.
```bash ## Quickstart
bun install
```
To run: bun install
bun test
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.