Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 278 Bytes

File metadata and controls

25 lines (17 loc) · 278 Bytes

Development guide

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev

    or

    yarn watch
  3. Build plugin in production mode

    yarn build