/megadraft

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

Primary LanguageJavaScriptMIT LicenseMIT

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.