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.
- Node.js (v20.11.1 or later)
- Yarn package manager
- Expo CLI
-
Clone the repository:
git clone [repository-url] cd [repository-name] -
Install dependencies:
yarn install -
Start the development server:
yarn dev
yarn dev: Start the Expo development serveryarn rel: Run release process (format, lint, test, build)yarn translate: Run translation processyarn test: Run testsyarn lint: Run ESLintyarn format: Run Prettieryarn clean: Clean project and reinstall dependencies
To build the app for production, use: