This repo holds the editor as a monorepo under packages/
folder
The extension in the root is just an demo project to run and test the editor package
yarn
yarn dev
- and load the
extension
folder
cd packages/editor
yarn watch
Dont forget to link the dependencies using
lerna link