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