mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
For both the project and all exmaples the prerequisites, setup steps, and running instructions have been added.
639 B
639 B
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