Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 741 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 741 Bytes

Build status

Getting started

  1. Install dependencies
yarn install
  1. Build plugin in development mode or run in watch mode
yarn dev

or

yarn watch
  1. Build plugin in production mode
yarn build

Learn more