Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Latest commit

 

History

History

README.md

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
yarn build
cd docs
yarn dev

Open http://localhost:3000 with your browser to see the documentation.

Publishing Github Pages (for the core team)

npm install --global yarn
yarn install
yarn build
cd docs
yarn deploy:gh-pages