Atomic Object Pair Lunch Picker
- Install Xcode
- Install xcode command line tools
sudo xcode-select --switch /Applications/Xcode.app
sudo xcode-select --install
- Install Android Studio either manually, or by running
brew install android-studio
- Run
node -v
and make sure you are running node version v16.13.1. You can use nvm to change your node version. - Run
ruby -v
and make sure are running ruby version v3.1.0. You can use rvm to change your ruby version. - Run
yarn compile
in the project root directory to install packages. - Run
yarn ios
oryarn android
for ios or android respectively.