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