/FORK_frontend

2024 Spring CS350 Project - FORK

Primary LanguageJavaScriptMIT LicenseMIT

FORK_frontend

Table of contents

This is the introduction

2024 Spring CS350 Project - FORK

Installation

Setup the Expo Project

  1. Clone this Repository
  2. Setup EAS-CLI (run as sudo if necessary)
    $ npm i -g eas-cli
  3. Login to your Expo Account
    $ eas login -u <username> -p <password>
  4. Setup the Expo Project
    $ cd fork && eas init && cd ..
    This will ask you to setup a project for your Expo Account

Option 1. Run the App Locally

  1. Download Expo GO on your IOS device
  2. Install Yarn
    $ npm i -g yarn
  3. Do the Setup the Expo Project step.
  4. Install Dependencies with Yarn
    $ cd fork && yarn install
  5. Launch the development server with Expo CLI
    $ npx expo start
  6. Open the app on your IOS device by scanning the QR code

Option 2. Run the App with Docker

  1. Install Docker, Docker Compose
  2. Download Expo GO on your IOS device
  3. Launch Dev Container from Terminal
    $ 
    $ bash compose.sh -u <expo_username> -p <expo_password>
    You must provide your Expo account (same one as your project owner)
  4. Open the app on your IOS device by scanning the QR code

Contribution

Branch rules

  • feature/{$feature_branch_name}
  • hotfix/{$hotfix_branch_name}
  • release/{$release_ver}

Team

Woojin Choi cwwojin@gmail.com
Wonjung Woo agnes2327@kaist.ac.kr
Aya Hamane aya.hamane@epfl.ch
Nurgissa Sailaubek sailaubek.nurgissa@gmail.com