Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 421 Bytes

YAML Monaco Editor

NPM packaging for Microsofts Monaco Editor, including a YAML worker.

Built upon the work of Moncaco YAML

This editor serves the engine-cockpit, and makes powerful VS Code editing features accessible for everyone.

Useful commands:

# fetch all dependencies
npm install

# serve in dev mode
npm run start

# build for production
npm run build