Files
Job-Info/frontend/README.md
T
2025-11-28 11:55:01 -06:00

16 lines
223 B
Markdown

# job-info
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.