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.
- NodeJS is installed on your machine (instructions)
- Yarn Package manager is installed (recommended alternative to NPM) (intall via
npm install -G yarn
)
Download this repostitory onto your machine.
git clone url-to-this-repository
yarn install
This step is only needed to run the frontend without an actual editor backend server running.
php -S 127.0.0.1:9999 dev/mockapi.php
yarn dev --open