-
Fork the Storybook builder vite repository.
-
Clone forked repository:
git clone https://github.com/YOUR_USERNAME/builder-vite cd builder-vite
-
Install dependencies:
yarn
git checkout -b name-of-your-contribution
Watch for changes in TypeScript files:
yarn start
In another Terminal run:
yarn example:NAME
Where NAME
is based on examples/*
directories.
For Vue:
yarn example:vue
Run before committing changes:
yarn lint