Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 968 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 968 Bytes

image

A proof-of-concept code editor with syntax highlighting that uses

For context, see codemirror/dev#109

To start:

npm start to serve the React app.

node server.js to serve the Node.js server (required for WASM issues).

This is a very rough prototype and there are known issues.

Feel free to file new issues!