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.tstoeditorjs.config.tsand fill it due to your requirements. - Build dev environment by following command:
yarn build - Run dev stand by
yarn start