You can try the serverless chamaileon email editor plugin with the serverless-editor-demo.html file, provided in this repository.
In the demo application please copy your API key to the corresponding field in order to get an accessToken which is needed to initialize Chamaileon SDK (so you can open and use the email editor).
Please upload the demo HTML to your server. Please note that your API access is limited to domains specified in your environment in order to ensure the authorized usage.
To use the demo application from your local computer, you need to serve the HTML file from your localhost, e. g. with a static-server. Please, on localhost, use the port 50511.
$ npm -g install static-server
$ static-server -p 50511 -i serverless-editor-demo.htmlOnce the static server runs, you can open and use the application from your browser at http://localhost:50511.