This commit is contained in:
parent
109994db57
commit
ed7070121b
1 changed files with 2 additions and 1 deletions
|
@ -4,12 +4,13 @@ To install dependencies:
|
|||
|
||||
```bash
|
||||
bun install
|
||||
bun run build
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
bun test
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.1.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
|
|
Loading…
Add table
Reference in a new issue