chore(project) cleanup
This commit is contained in:
14
README.md
14
README.md
@@ -1,5 +1,15 @@
|
||||
# layc
|
||||
|
||||
> simplified node/bun web framework
|
||||
To install dependencies:
|
||||
|
||||
**just imagine this**: you're building a web... okay, maybe don't.
|
||||
```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.
|
||||
|
||||
Reference in New Issue
Block a user