Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 422 Bytes

File metadata and controls

20 lines (13 loc) · 422 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
pnpm install

# serve in dev mode
pnpm run dev

# build for production
pnpm run build