mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-23 02:44:59 +00:00
15 lines
218 B
Markdown
15 lines
218 B
Markdown
# demo
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.js
|
|
```
|
|
|
|
This project was created using `bun init` in bun v1.1.6. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|