Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 702 Bytes

File metadata and controls

31 lines (19 loc) · 702 Bytes

coem-editor

The interactive web editor for the Coem language.

Badge for node.js.yml workflow

Setup

Install packages:

npm install

Start development server (with hot reloading):

npm start

Build to /dist:

npm run build

References

This CodeMirror 6: Getting Started tutorial was extremely helpful in getting to know CodeMirror, especially CodeMirror 6.

Many of the basic extensions for setting up the editor were taken from @code-mirror/basic-setup.