init project

This commit is contained in:
Benjamin Wegener
2023-10-05 10:15:36 +01:00
commit 7f9d62e06c
5 changed files with 49 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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.