- Clone the repo locally and run yarn to install dependencies from npm. We use volta.
git clone https://github.com/uber/react-view
cd react-view
pnpm install
- You can test your changes inside of the Ladle dev server by running:
pnpm ladle serve
- When done, run all unit tests, e2e tests, typescript check and eslint via:
pnpm typecheck
pnpm lint
pnpm test
pnpm exec playwright install
pnpm test:e2e:dev
All features and bug fixes should be covered by unit or e2e tests.