Editor.js environment for development
- Install a package
- Fill
editorjs.config.ts
- Run
yarn dev-stand
- Install dependencies by
yarn install
- Copy
editorjs.config.sample.ts
toeditorjs.config.ts
and fill it due to your requirements. - Build dev environment by following command:
yarn build
- Run dev stand by
yarn start