Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 790 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 790 Bytes

Deru

Deru is an embeddable rich content editor for react. The editor is a WYSIWYG system that live updates a JSON object storing the page information.

Deru Works for Headless CMS's

Headless CMS's take the weight off the front-end when working with static content, but editing the content can be difficult. Hence we propose a visual editor, for editing complex and modular content.

This is in the early stages of planning and development.

Instructions for Development

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.