Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 314 Bytes

CONTRIBUTE.md

File metadata and controls

24 lines (20 loc) · 314 Bytes

Contribute

Project

This repository is using yarn workspaces.

Structure

- example //demo project
- packages // your plugins
  - plugin-a
  - plugin-b

Develop

This will start a dev server on the example

yarn dev

Build

This will build the files of your packages

yarn build