This is an element for Weweb, to display a text with a rich text editor.
To run locally, first install all dependencies with yarn
To serve locally, run yarn serve --port=[PORT]
, and then go to Weweb editor, open developper popup and add localhost:[PORT] as custom wwObject.
Before release, you can check build error by running yarn build