It uses Expo, so the steps are pretty much the same as any Expo project:
- Clone the repository
- Run
yarn install
in the root directory - Run
yarn start
in the root directory
note because this is in a monorepo had to remove react, react-dom, and react-native-web deps and change metro.config.js a bit.