Experiments with CodeMirror 6. For background & writeup, see Medium: Codemirror 6 Experiments
To run:
git submodule update --init --recursive
npm install -g lerna
lerna bootstrap
lerna run build
lerna run start --stream
Then navigate to http://localhost:3000
To watch for changes and recompile automatically, run the following (in a separate terminal):
lerna run watch --stream