27 lines
333 B
Markdown
27 lines
333 B
Markdown
# créditmabligopapp
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
Hot reload during development:
|
|
|
|
```bash
|
|
bun --hot ./index.ts
|
|
```
|
|
|
|
Run tests:
|
|
|
|
```bash
|
|
bun test
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.3.8. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|