Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 637 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 637 Bytes

Contributing to React Virtuoso

Run the project locally

The repository uses NPM, turborepo, and changesets for its infrastructure. The react-virtuoso package has a ladle setup for examples, test cases, and bug reproductions. Run npm run dev inside packages/react-virtuoso.

Add fixes and new features

Virtuoso has an extensive unit/E2E test suite. To run the unit tests, use npm run test. You can run the end-to-end browser-based test suite with npm run e2e, which executes a Playwright test suite against the ladle examples.