Portfolio/README.md

16 lines
231 B
Markdown
Raw Normal View History

2025-03-12 08:17:34 +01:00
# bun-ssh-portfolio
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.