Trying Our App

Instructions on how to run our app.

We realise that users not added to our Expo organisation would not be able to access our application on the Expo app.

To get around this issue, we propose 3 solutions:

Use the Expo App

  • Download the Expo Go app from the App Store

    • Log into our guest Expo account using the following credentials:

      • username: freshieorbital

      • password: freshieorbital5678

    • Go to the "Profile" tab

      • Select "freshie" in the "Recent Projects" section, which will bring you into our app.

Use Appetize

  • Access our demo hosted on Appetize via this link

    • However, certain features may not work properly on the Appetize iOS simulator.

Run it on your local Xcode

  • Download our codebase from our GitHub repository hosted here, and run it on your local iPhone simulator.

    • To do so, run the following command in your terminal.

git clone https://github.com/jamesyeap/freshie.git
  • Build and run the app on your Xcode simulator using the following commands

cd freshie
yarn ios

Last updated