CoompanionApp/README.md

28 lines
333 B
Markdown
Raw Permalink Normal View History

2026-02-03 13:48:56 +01:00
# 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.