Run CodeMirror development server
mainFor an active development workflow, run the dev script. This starts a server that automatically rebuilds packages on code changes and hosts a demo and browser tests on port 8090.
- Demo: http://localhost:8090
- Browser Tests: http://localhost:8090/test/
npm run dev