2024 Spring CS350 Project - FORK
- Clone this Repository
- Setup EAS-CLI (run as
sudo
if necessary)$ npm i -g eas-cli
- Login to your Expo Account
$ eas login -u <username> -p <password>
- Setup the Expo Project
This will ask you to setup a project for your Expo Account
$ cd fork && eas init && cd ..
- Download Expo GO on your IOS device
- Install Yarn
$ npm i -g yarn
- Do the Setup the Expo Project step.
- Install Dependencies with Yarn
$ cd fork && yarn install
- Launch the development server with Expo CLI
$ npx expo start
- Open the app on your IOS device by scanning the QR code
- Install Docker, Docker Compose
- Download Expo GO on your IOS device
- Launch Dev Container from Terminal
You must provide your Expo account (same one as your project owner)
$ $ bash compose.sh -u <expo_username> -p <expo_password>
- Open the app on your IOS device by scanning the QR code
- feature/{$feature_branch_name}
- hotfix/{$hotfix_branch_name}
- release/{$release_ver}
Woojin Choi cwwojin@gmail.com
Wonjung Woo agnes2327@kaist.ac.kr
Aya Hamane aya.hamane@epfl.ch
Nurgissa Sailaubek sailaubek.nurgissa@gmail.com