Renew Web Editor Frontend (WIP)
Currently this is only a mock implementation. It is not yet connected to any backend and does not implement any interesting features. It is only a sketch of the general flow of interaction.
The goal is to connect this frontend via REST/Websocket API to the Renew Web Editor backend and implement a SVG renderer with smooth touch interactions.
Most of the work is actually already done at lazlokorte/svatom but needs to be clean up and ported over.
yarn install
php -S 127.0.0.1:9999 dev/mockapi.php
yarn dev --open