mirror of
https://github.com/CompeyDev/bun-lune-loader.git
synced 2024-12-12 12:50:39 +00:00
16 lines
233 B
Markdown
16 lines
233 B
Markdown
|
# bun-luau-loader
|
||
|
|
||
|
To install dependencies:
|
||
|
|
||
|
```bash
|
||
|
bun install
|
||
|
```
|
||
|
|
||
|
To run:
|
||
|
|
||
|
```bash
|
||
|
bun run src/index.ts
|
||
|
```
|
||
|
|
||
|
This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|