Skip to content

Project Setup

Sk Niyaj Ali edited this page Dec 11, 2024 · 3 revisions

Prerequisites

Install Android Studio & XCode (Refer to Environment Setup Guide

Step 1: Fork the Repository

Fork Guide

  • Navigate to the Mobile Wallet GitHub repository
  • Click the "Fork" button in the top right corner
  • This creates a copy of the project under your GitHub account

Step 2: Clone Your Forked Repository

Once you have forked the repository, you need to clone it to your local development environment. Open a terminal or Git Bash and use the following command:

git clone https://github.com/yourUsername/mobile-wallet.git

Replace yourUsername with your actual GitHub username. Cloning creates a local copy of the repository on your machine, allowing you to make changes and contributions.

Step 3: Set Up Your Development Branch

After cloning, navigate to the project directory using the terminal or Git Bash. Before making any changes, create a new branch dedicated to the feature or bug fix you'll be working on:

git checkout -b "new-branch-name"

Ensure that new-branch-name reflects the purpose of your changes (e.g., add-payment-feature or fix-bug-123). Make the necessary changes to the files to address the issue you're working on. Once you're done, you will be ready to proceed with verifying and committing your changes.


Click here to learn more about how to push your changes and open a PR -

Demo credentials

  • Fineract Instance: venus.mifos.io
  • username: venus
  • password: Venus2023#
Clone this wiki locally