rage-framework-rpc/README.md

16 lines
232 B
Markdown
Raw Permalink Normal View History

2024-09-15 18:39:04 +00:00
# framework-rpc
2018-11-02 17:27:29 +00:00
2024-09-15 18:39:04 +00:00
To install dependencies:
2018-11-02 07:02:10 +00:00
2024-09-15 18:39:04 +00:00
```bash
bun install
2018-11-02 17:18:45 +00:00
```
2024-09-15 18:39:04 +00:00
To run:
2018-11-02 17:18:45 +00:00
2024-09-15 18:39:04 +00:00
```bash
bun run src/index.ts
2018-11-02 17:18:45 +00:00
```
2024-09-15 18:39:04 +00:00
This project was created using `bun init` in bun v1.1.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.