diff --git a/Web-IDE.md b/Web-IDE.md new file mode 100644 index 0000000..55becba --- /dev/null +++ b/Web-IDE.md @@ -0,0 +1,9 @@ +For displaying and editing code, you can utilize the **Monaco Editor**, which supports a lot of languages, provides syntax highlighting, code completion, etc. When you need to validate the user's input, the *deploy button* comes handy. It triggers an event, so you can run unit tests or anything you need, after that the frontend waits for your reply indicating success or failure. +*** + +**Available commands**: +* [ide.read](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.read) +* [ide.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.write) +* [ide.reload](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.reload) +* [deploy.start](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.start) +* [deploy.finish](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.finish) \ No newline at end of file