# CodeMirror Bundle Project A standalone CodeMirror 6 editor bundled with Rollup for better performance and reliability. ## Setup 1. Install dependencies: ```bash npm install ``` 2. Build the bundle: ```bash npm run build ``` 3. Serve the project: ```bash npm run serve ``` 4. Open http://localhost:8000/codemirror.html in your browser ## Development To watch for changes and rebuild automatically: ```bash 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