Welcome to the Movle Mobile App project! This README will guide you through the process of cloning the repository and starting the mobile application.
Before you begin, ensure you have the following installed:
Follow these steps to set up and run the project:
Open your terminal and run the following command to clone the project:
git clone https://github.com/Leticia-SS/Movle-Mobile-App.git
Open your preferred code editor (e.g., Visual Studio Code). Open the Integrated Terminal within your editor. Move to the project directory by running:
cd movle-mobile-app
Install the required dependencies by running:
npm install
Launch the Expo development server using:
npx expo start
Make sure your development environment is set up for React Native. Follow the official React Native Getting Started Guide if needed. If you encounter any issues, please check the documentation or raise an issue on the GitHub repository.