# Vite Example This minimal example shows how `monaco-yaml` can be used with [Vite](https://vitejs.dev). ## Prerequisites - [NodeJS](https://nodejs.org) 16 or higher - [npm](https://github.com/npm/cli) 8.1.2 or higher ## Setup To run the project locally, clone the repository and set it up: ```sh git clone https://github.com/remcohaszing/monaco-yaml cd monaco-yaml npm ci npm run prepack ``` ## Running To start it, simply run: ```sh npm --workspace vite-example start ``` The demo will be available on http://localhost:3000.