Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 447 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 447 Bytes

Contribution guidelines

  1. Clone the repository
  2. Install dependencies
pnpm install

vite-plugin-storybook-nextjs development

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