This is a framework for creating projectional editors which interact with JetBrains MPS.
So you will need to use MPS together with the MPSServer plugin.
An example is available here. It contains also some basic instructions on how to use MPSServer and WebEditKit.
- css: it contains an example of CSS file to be used in the projects based on WebEditKit
- src: the source code of this project, in TypeScript
We suggest using nvm to specify the exact version of node we use.
To avoid them we do what is suggested here: https://medium.com/visual-development/how-to-fix-nasty-circular-dependency-issues-once-and-for-all-in-javascript-typescript-a04c987cf0de
This framework is released under the Apache License V2.0.