Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 835 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 835 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 16.3.1. You can use nvm to change your node version.
  5. Run yarn compile in the project root directory to install packages.
  6. Run yarn ios or yarn android for ios or android respectively.