mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-18 15:54:45 +00:00
fix development/playground link
This commit is contained in:
parent
afb1b3f5f0
commit
5cc7930c17
13
README.md
13
README.md
@ -1,7 +1,8 @@
|
||||
# @monaco-editor/react · [](https://www.npmjs.com/package/@monaco-editor/react) [](https://github.com/suren-atoyan/monaco-react/blob/master/LICENSE) [](https://www.npmjs.com/package/@monaco-editor/react) [](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
|
||||
<br />
|
||||
: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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user