this repo has no description
1 1 0

Clone this repository

https://tangled.org/jon.recoil.org/test https://tangled.org/did:plc:v3lpbvpa4s5yxincntuvtwtm/test
git@knot.ludl.am:jon.recoil.org/test git@knot.ludl.am:did:plc:v3lpbvpa4s5yxincntuvtwtm/test

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

CodeMirror Bundle Project#

A standalone CodeMirror 6 editor bundled with Rollup for better performance and reliability.

Setup#

  1. Install dependencies:
npm install
  1. Build the bundle:
npm run build
  1. Serve the project:
npm run serve
  1. Open http://localhost:8000/codemirror.html in your browser

Development#

To watch for changes and rebuild automatically:

npm run watch

Project Structure#

  • src/codemirror.js - Main source file that exports CodeMirror modules
  • dist/codemirror-bundle.js - Bundled output (generated)
  • codemirror.html - The HTML page using the bundle
  • rollup.config.js - Rollup configuration