monaco-yaml/CONTRIBUTING.md
Remco Haszing 2ea154af85
Update documentation
- Update repository links
- Restructure the readme
- Add contributing document
- Update credits
2021-07-31 16:15:45 +02:00

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