tower-lsp-web-demo/README.md

27 lines
436 B
Markdown
Raw Normal View History

2022-05-29 21:27:12 +00:00
<div align="center">
<h1><code>tower-lsp-web-demo</code></h1>
2022-05-29 21:27:12 +00:00
<p>
<strong>A minimal browser-hosted WASM demo for tower-lsp</strong>
2022-05-29 21:27:12 +00:00
</p>
</div>
2022-06-15 22:29:55 +00:00
## Demo
You can experiment with a live demo of the example server integrated with an in-browser editor here:
https://silvanshade.github.io/tower-lsp-web-demo/
2022-05-29 21:27:12 +00:00
## Building
```sh
cargo install cargo-make
cargo make deps
cargo make build
2022-05-29 21:27:12 +00:00
```
## Running
```sh
cargo make run
2022-05-29 21:27:12 +00:00
```