chore(readme)

This commit is contained in:
Benjamin Wegener
2023-12-08 02:39:28 +00:00
parent 07fa57f178
commit 785452cdea

View File

@@ -1,15 +1,5 @@
# layc # layc
To install dependencies: > simplified node/bun web framework
```bash **just imagine this**: you're building a web... okay, maybe don't.
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.