Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 950 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 950 Bytes

Web Demo

Based on tower-lsp-web-demo, commit d629bf80cab03e8f87dcd5821e1307c204ca6a9e.

Requirements

Build

make deps
make build

Run

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.

License

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.