Install yarn.
npm install -g yarn
Install Yeoman
npm install -g yo
git clone --recursive https://github.com/lucas-koehler/jsoneditor-theia-integration.git && \
cd jsoneditor-theia-integration && \
yarn install && \
yarn run setupDuring the setup you might be asked whether you want to replace diverged package.json or index.html. Always answer with no!
Now run the build
yarn run build
For incremental development use
yarn run watchcd yangster-app && \
yarn run startOpen browser on 'http://localhost:3000'.