This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
layc/README.md
Benjamin Wegener 7f9d62e06c init project
2023-10-05 10:15:36 +01:00

16 lines
222 B
Markdown

# layc
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run lib/index.js
```
This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.