Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 421 Bytes

powered-up-editor

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

To run the extension in development mode.

  • yarn
  • yarn dev
  • and load the extension folder

To do the development in the editor package

  • cd packages/editor
  • yarn watch

Dont forget to link the dependencies using lerna link