- Clone the repository
- Install dependencies
pnpm install
Run tsup in dev mode to watch for changes
pnpm dev
Run the tests in ./example
to test the plugin
pnpm test:all
OR
Run Storybook in ./example
to test the plugin
pnpm storybook
Make sure to restart the Storybook server when you make changes to the plugin