fabriciolopes / megadraft

Megadraft is a Rich Text editor built on top of Facebook's draft.js featuring a nice default base of components and extensibility

Home Page:http://globocom.github.io/megadraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Megadraft Build Status

Rich Text editor built on top of draft.js (Work in Progress)

Developing

To run the development server and see the examples:

git clone <REPO_URL>
make setup
make run

Then visit localhost:8080 on your browser.

To run local tests:

make test

To lint local source files:

make lint

License

Megadraft is licensed under the MIT license.

About

Megadraft is a Rich Text editor built on top of Facebook's draft.js featuring a nice default base of components and extensibility

http://globocom.github.io/megadraft

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 2.3%Language:Shell 0.7%Language:CSS 0.5%Language:Makefile 0.4%