codemirror-6-experiments icon indicating copy to clipboard operation
codemirror-6-experiments copied to clipboard

Experiments with CodeMirror 6

vizhub-io

Experiments with CodeMirror 6. For background & writeup, see Medium: Codemirror 6 Experiments

image

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