yarn setup:artsy # this is `yarn setup:oss` if you're not working at Artsy
yarn install:all
yarn relay
You might encounter some Pod errors, i.e.:
[!] Unable to find the `FlipperKit` repo. Please update the CocoaPods cache by running `pod repo update`.
in that case, you can try to run the following commands:
cd ios && bundle exec pod repo update && bundle exec pod install
This will update the stale pods on your local environment.
You can open xcode with yarn open-xcode
, clean the project with ⌘ cmd + ⇧ shift + K
and then press the play button to run the app.
yarn android