Skip to content

Upself-ID/upself-mobile

Repository files navigation

Upself

Upself Indonesia

Getting Started

This README page demonstrates how to install and run this app. Visit Upself for more information.

Pre-Requisites

Installation

# Download the repo
git clone https://github.com/Upself-ID/upself-mobile.git

# Move to the project directory and open it using a code editor
cd ./Upself

# Install NPM dependencies
npm install

# Install Yarn dependencies
yarn install

Starting Development Mode

# Start development mode
expo start

Running the App in Development Mode

  1. Run expo start on CLI.
  2. It will create a localhost.
  3. Wait until a QR code shows up on the CLI and the localhost.
  4. Open the Expo app on the phone and scan the QR code using the app.
  5. Wait until the build finishes.
  6. You can now use the app on development mode.