# codemirror.next **Repository Path**: eayer/codemirror.next ## Basic Information - **Project Name**: codemirror.next - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-03 - **Last Updated**: 2024-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CodeMirror [![Build Status](https://github.com/codemirror/codemirror.next/workflows/main/badge.svg)](https://github.com/codemirror/codemirror.next/actions) This is the central repository for [CodeMirror 6](https://codemirror.net/6). It holds the bug tracker and development scripts. To get started, make sure you are running [node.js](https://nodejs.org/) 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](http://localhost:8090) and [browser tests](http://localhost:8090/test). Please see [the website](https://codemirror.net/6/) for more information and [docs](https://codemirror.net/6/docs/ref).