Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 283 Bytes

CONTRIBUTE.md

File metadata and controls

25 lines (17 loc) · 283 Bytes

Develop and contribute

  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