Skip to content

zevstravitz/Deru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.