Skip to content

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

License

Notifications You must be signed in to change notification settings

eddiewang/megadraft

 
 

Repository files navigation

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.

Third Party

The Megradraft website uses a picture from Stocksnap.io by Tim Marshall licensed under CC0 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%