codemirror/codemirror.next

Development repository for the CodeMirror editor project

7,818

stars

1,940

commits

JavaScript

primary language

Apr 15, 2026

updated

codemirror.net/

README

This repository has moved to https://code.haverbeke.berlin/codemirror/dev

CodeMirror

[ WEBSITE | DOCS | ISSUES | FORUM ]

This is the central repository for CodeMirror. It holds the bug tracker and development scripts.

If you want to use CodeMirror, install the separate packages from npm, and ignore the contents of this repository. If you want to develop on CodeMirror, this repository provides scripts to install and work with the various packages.

To get started, make sure you are running node.js version 16. After cloning the repository, run

node bin/cm.js install

to clone the packages that make up the system, install dependencies, and build the packages. At any time you can rebuild packages, either by running npm run prepare in their subdirectory, or all at once with

node bin/cm.js build

Developing is best done by setting up

npm run dev

which starts a server that automatically rebuilds the packages when their code changes and exposes a dev server on port 8090 running the demo and browser tests.

Please see the website for more information and docs.

Contributors

marijnh

1,758 commits

adrianheine

120 commits

acuarica

39 commits

ninezero90hy

3 commits

codemirror/codemirror.next

Development repository for the CodeMirror editor project

7,818

stars

1,940

commits

JavaScript

primary language

Apr 15, 2026

updated

codemirror.net/

README

This repository has moved to https://code.haverbeke.berlin/codemirror/dev

CodeMirror

[ WEBSITE | DOCS | ISSUES | FORUM ]

This is the central repository for CodeMirror. It holds the bug tracker and development scripts.

If you want to use CodeMirror, install the separate packages from npm, and ignore the contents of this repository. If you want to develop on CodeMirror, this repository provides scripts to install and work with the various packages.

To get started, make sure you are running node.js version 16. After cloning the repository, run

node bin/cm.js install

to clone the packages that make up the system, install dependencies, and build the packages. At any time you can rebuild packages, either by running npm run prepare in their subdirectory, or all at once with

node bin/cm.js build

Developing is best done by setting up

npm run dev

which starts a server that automatically rebuilds the packages when their code changes and exposes a dev server on port 8090 running the demo and browser tests.

Please see the website for more information and docs.

Contributors

marijnh

1,758 commits

adrianheine

120 commits

acuarica

39 commits

ninezero90hy

3 commits

Languages

JavaScript

100.0%