Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 399 Bytes

Editor.js dev tools

Editor.js environment for development

Usage

  1. Install a package
  2. Fill editorjs.config.ts
  3. Run yarn dev-stand

Development

  1. Install dependencies by yarn install
  2. Copy editorjs.config.sample.ts to editorjs.config.ts and fill it due to your requirements.
  3. Build dev environment by following command: yarn build
  4. Run dev stand by yarn start