Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 920 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 920 Bytes

Safe Deal Mobile App

Overview

Safe Deal is an AI-powered mobile application for desktop-style shopping. This React Native app is built using Expo and provides a seamless shopping experience across various platforms.

Prerequisites

  • Node.js (v20.11.1 or later)
  • Yarn package manager
  • Expo CLI

Getting Started

  1. Clone the repository:

    git clone [repository-url]
    cd [repository-name]
    
  2. Install dependencies:

    yarn install
    
  3. Start the development server:

    yarn dev
    

Available Scripts

  • yarn dev: Start the Expo development server
  • yarn rel: Run release process (format, lint, test, build)
  • yarn translate: Run translation process
  • yarn test: Run tests
  • yarn lint: Run ESLint
  • yarn format: Run Prettier
  • yarn clean: Clean project and reinstall dependencies

Building for Production

To build the app for production, use: