Development
Contributing
Check out the contributing quick-start guide for a quick overview of how to contribute to the project.
Commands
These commands should be run from the monorepo root directory.
- Run
yarn dev --filter=@overdose/storybook
to start the storybook app. - Run
yarn lint --filter=@overdose/components
to lint. - Run
yarn format --filter=@overdose/components
to format. - Run
yarn test --filter=@overdose/components
to test.
Contributing
All contributions are welcome. Check out the contributing page for details on how to submit a contribution.