Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.28 KB

MetaDraft

Build Status Build status Scrutinizer Code Quality Codacy Badge GitHub license

A Rich Text Editor built on top of Facebook's Draft.js. The app is built with create-react-app & provides a simple UI for WYSIWYG editor. More functionalities can be added with Draft.js plugins (TODO).

Demo

https://metadraft.herokuapp.com

Getting Started

If you have node & npm installed you can clone the repo & get started.

$ git clone https://github.com/kukiron/MetaDraft.git
$ cd MetaDraft
$ npm install
$ npm start