Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 965 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 965 Bytes

PLP

Atomic Object Pair Lunch Picker

Setup Instructions

  1. Install Xcode
  2. Install xcode command line tools
    1. sudo xcode-select --switch /Applications/Xcode.app
    2. sudo xcode-select --install
  3. Install Android Studio either manually, or by running brew install android-studio
    1. Configure Android Studio following the guide that React Native provides.
  4. Run node -v and make sure you are running node version v16.13.1. You can use nvm to change your node version.
  5. Run ruby -v and make sure are running ruby version v3.1.0. You can use rvm to change your ruby version.
  6. Run yarn compile in the project root directory to install packages.
  7. Run yarn ios or yarn android for ios or android respectively.