How to use Universal Editor on my local machine ?
Hey folks,
I have been trying to set up the universal editor on my local machine to perform authoring of my blocks. I have some custom blocks developed, and for now, I author them on the AEM cloud's Universal editor and publish the demo page to check for any authoring changes on my local ( which has been started by the 'aem up' command ). Yes, I can see any change I make regarding the decoration of these blocks on the go, but to make a change in the content, I need to update it on the Dev instance of my AEM Cloud Service. Then the same content is proxied in my local through the local ( by the grace of 'aem up' ). But is there any way I can make this change on my local and see the changes instantly? Does the underlying architecture allow for doing so?
If anybody has an idea of how to solve this problem, please let me know.
And there was an article by Adobe to set up a universal editor locally for React apps, I have followed the steps. Running Your Own Universal Editor Service | Adobe Experience Manager
Now, https://localhost:8000/ping gives a response
{"ping":"pong"}But if the universal editor is set up on my local, how do I connect it to my site/content ( if possible )?