mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
- Update repository links - Restructure the readme - Add contributing document - Update credits
401 B
401 B
Contributing
To get started with contributing, clone the repository and install its dependencies.
git clone https://github.com/remcohaszing/monaco-yaml
cd monaco-yaml
npm ci
To build the repository, run:
npm prepack
To test it, run one of the examples.
cd examples/webpack-worker-loader
npm start