/renew-editor

Web Editor for Renew (renew.de) files

Primary LanguageSvelte

Renew Icon Renew Editor

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.

Development

Install dependencies

yarn install

Start Mock Auth API

 php -S 127.0.0.1:9999 dev/mockapi.php

Start Frontend Dev Webserver

yarn dev --open

www.laszlokorte.de