Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.36 KB

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

Prerequisites

  • NodeJS is installed on your machine (instructions)
  • Yarn Package manager is installed (recommended alternative to NPM) (intall via npm install -G yarn)

Clone this repository

Download this repostitory onto your machine.

git clone url-to-this-repository

Install dependencies

yarn install

Start Mock Auth API

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

Start Frontend Dev Webserver

yarn dev --open

www.laszlokorte.de