- 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
yarn- You can test your changes inside of the storybook:
yarn storybook- When done, run all unit tests, e2e tests, typescript check and eslint via:
yarn test:ciAll features and bug fixes should be covered by unit or e2e tests.