Skip to content

Latest commit

 

History

History
 
 

docs

DraftJS Plugins Docs

Draft JS Plugins Logo

High quality plugins with great UX on top of DraftJS.

Development

You must have Node.js v5 or later installed to develop DraftJS plugins. We use these docs to hack & prototype new features. Get it up & running with:

npm install --global yarn
yarn install
cd docs
yarn install
npm start

Publishing Github Pages (for the core team)

Run ./scripts/publishGithubPages.sh