Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 466 Bytes

Editor.js homepage

This repository contains the source code for the editorjs.io

Build and run editorjs.io without docs

yarn generate

yarn preview

Build and run docs

yarn build-docs

yarn start-docs

Update docs data

To update docs data you need to run docs, then you should log in and update documents. Then you need to save and commit your changes.

Run editorjs.io with docs

yarn build-full

yarn start-all