This is an element for weweb.io.
To run locally, first install all dependencies with yarn
or npm i
To serve locally, run yarn serve --port=[PORT]
or npm run serve --port=[PORT]
, and then go to Weweb editor, open developper popup and add your custom element.
Before release, you can check build error by running yarn build --name=my-element