mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 22:11:39 +00:00
16 lines
231 B
Markdown
16 lines
231 B
Markdown
|
|
# drive-file-proxy
|
||
|
|
|
||
|
|
To install dependencies:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bun install
|
||
|
|
```
|
||
|
|
|
||
|
|
To run:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bun run index.ts
|
||
|
|
```
|
||
|
|
|
||
|
|
This project was created using `bun init` in bun v1.3.0. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|