Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.29 KB

Slipe v2.0.0 Source Code

Welcome to the Slipe mobile app repository. This project is developed using React Native, providing a modern, cross-platform mobile experience.

Setup Instructions

To get started with the Slipe app, follow the steps below:

  1. Clone the Repository
    Clone the source code to your local machine using the following command:

       git clone https://github.com/slipe-app/slipe-mobile.git
    
  2. Navigate to the Project Directory
    Change to the project directory:

       cd slipe-mobile
    
  3. Clean NPM Cache (Optional but Recommended)
    It is recommended to clear the NPM cache before installing dependencies:

       npm cache clean --force
    
  4. Install Dependencies
    Install all necessary dependencies using NPM:

       npm install
    
  5. Modify the Source Code (if needed)
    Make any necessary modifications to the codebase.

  6. Launch the Application
    Start the application locally using Expo:

       npx expo start
    

Building the Application

Once the application is running, you can build it into the desired output format:

  • iOS Build: Generate an IPA file.
  • Android Build: Generate AAB or APK files.

Refer to the official Expo or React Native documentation for detailed build instructions.