The interactive web editor for the Coem language.
Install packages:
npm install
Start development server (with hot reloading):
npm start
Build to /docs
(/docs
not /dist
so we can use GitHub Pages):
npm run build
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.