From 5cc7930c178ef2fc105f85ea4f5f0060239cb40b Mon Sep 17 00:00:00 2001 From: Suren Atoyan Date: Tue, 12 Jan 2021 15:01:41 +0400 Subject: [PATCH] fix development/playground link --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be4a050..1bd264d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # @monaco-editor/react · [![monthly downloads](https://img.shields.io/npm/dm/@monaco-editor/react)](https://www.npmjs.com/package/@monaco-editor/react) [![gitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/suren-atoyan/monaco-react/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@monaco-editor/react.svg?style=flat)](https://www.npmjs.com/package/@monaco-editor/react) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/suren-atoyan/monaco-react/pulls) Monaco Editor for React -:tada: the new section [Development/Playground](#development-playground) has been created - now you can run the playground and play with the internals of the library +:tada: the new section [Development / Playground](#development-playground) has been created - now you can run the playground and play with the internals of the library +
:tada: · version **v3.8.2** is here and it's already integrated with [@monaco-editor/loader](https://github.com/suren-atoyan/monaco-loader) ## Synopsis @@ -35,7 +36,7 @@ There do already exist solutions for integration with React; e.g [this one](http * [For `electron` users](#for-electron-users) * [For `Next.js` users](#for-nextjs-users) * [Create your own editor!](#create-your-own-editor) -* [Development/Playground](#development-playground) +* [Development / Playground](#development-playground) * [Props](#props) * [Editor](#editor) * [Diff Editor](#diffeditor) @@ -467,7 +468,7 @@ That's all. You can wrap it into a React component, or Vue, or Angular or leave You can play with the example [here](https://codesandbox.io/s/create-your-own-editor-fvi5x?file=/src/index.js) -### Development/Playground +### Development-Playground It's always important to have a place, where you can play with the internals of the library. The `playground` is a minimal `React` app that directly uses the sources of the library. So, if you are going to open a PR, or want to check something, or just want to try the freshest state of the library, you can run the playground and enjoy it @@ -477,6 +478,12 @@ It's always important to have a place, where you can play with the internals of git clone https://github.com/suren-atoyan/monaco-react.git ``` + - go to the library folder + +```bash + cd monaco-react + ``` + - install the library's dependencies ```bash