1.1.0 • Published 5 years ago

codemirror-6-experiments v1.1.0

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

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