Skip to main content

Installation

Overview

This mobile application is built using React Native in conjunction.

Pre-Requisites

Cloning Repository

The first step to clone the existing mobile-app repository is to copy one of the links either with SSH or HTTPS.

Screenshot from 2023-03-28 19-37-04.png

 

Initial setup

  1. To run the project we will first clone the mobile-app repository into the desired folder using the git clone <Git url from gitlab> command.Screenshot from 2023-03-28 19-43-55.png
  2. After this we open the terminal into this new cloned folder "mobile-app" using cd mobile-app
  3. Install the dependencies using npm install command.
  4. After the installation we can run the project using npm run android or npm run ios command.