Based on tower-lsp-web-demo, commit d629bf80cab03e8f87dcd5821e1307c204ca6a9e
.
- Rust and Cargo
- Node.js and npm
make deps
make build
To run the web demo, execute the following command:
make run
Then, navigate to http://localhost:9000/editor#example.pol, where example.pol
can be any file in the examples
directory.
The content in this folder is based on tower-lsp-web-demo by Darin Morrison. Like the rest of the project, it is licensed under the terms of both the MIT license and the Apache License 2.0. See LICENSE-APACHE and LICENSE-MIT for details.