# Contributing To get started with contributing, clone the repository and install its dependencies. ```sh git clone https://github.com/remcohaszing/monaco-yaml cd monaco-yaml npm ci ``` To build the repository, run: ```sh npm prepack ``` To test it, run one of the [examples](https://github.com/remcohaszing/monaco-yaml/tree/main/examples). ```sh cd examples/webpack-worker-loader npm start ```