KDesktop/README.md

16 lines
228 B
Markdown
Raw Permalink Normal View History

2024-06-19 19:46:29 +00:00
# klectrdesktop
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.