Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 639 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 639 Bytes

Contributing

Prerequisites

The following are required to start working on this project:

Getting started

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

Building

To build the repository, run:

npm run prepack

Running

To test it, run one of the examples.

npm --workspace demo start