ulcheyev / pda-green-monkey

Practical tool designed to simplify shopping planning and organization
1 stars 0 forks source link

Green Monkey

Green Monkey is a practical tool designed to simplify shopping planning and organization. The application offers users an intuitive and user-friendly interface for easy creation and management of shopping lists.

Prerequisites

Download the Mobile App

For Android users, you can download our mobile application directly by clicking on the link below:

Download the Mobile App

Ensure your device runs Android 5.0 or later to support the app.

Expose locally

  1. Install Node.js and npm
    Make sure you have Node.js and npm installed. You can download them from the official Node.js website.
  2. Install Expo CLI
    Install the Expo CLI globally by running the following command in your terminal or command prompt:
$ npm install -g expo-cli
  1. Navigate to project directory
  2. Install dependencies
    Run the following command:
$ npm install
  1. Run the project
    Run the project using the command:
$ npx expo start
  1. Choose how to run the application
    After starting the project, you will be prompted to choose how you want to run the application:
    • iOS Emulator/Android Emulator
    • Recommended Scan QR Code with Expo Go: Install the Expo Go app on your mobile device. Then can scan the QR code in the Expo Developer Tools to run the application on your device.
    • Run on Android device/emulator
    • Run on iOS simulator

For collaborators

  1. Install gpg
  2. Provide gpg public key
  3. Install git crypt
  4. After fetching data / cloning repository use
$ git-crypt unlock
  1. build app command
$ eas build --profile "production (for prod) /preview (for apk)" --platform "all/android/ios"