To get started with the PharmaTech Mobile APP, follow these steps:
-
Clone the repository:
git clone https://github.com/PharmaTechVe/app.git cd app -
Install dependencies:
npm install
-
Start the development server:
npm start
Before you begin, ensure you have met the following requirements:
-
Node.js: Install the latest LTS version of Node.js from Node.js official website.
-
Expo CLI: Install Expo CLI globally by running:
npm install -g expo-cli
-
Git: Ensure Git is installed and properly configured on your machine. You can download it from Git official website.
-
Android/iOS Emulator or Physical Device: You need an Android or iOS emulator, or a physical device to run the app.
To run the app on your device or emulator, follow these steps:
-
Start the app:
npm start
-
Open the app in Expo Go:
- For iOS: Use the Camera app to scan the QR code generated by the Expo CLI.
- For Android: Use the Expo Go app to scan the QR code.
You should now be able to see the PharmaTech Mobile APP running on your device.
For more detailed instructions, refer to the Expo documentation.