Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.47 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.47 KB

HızlıBot🐇

This project is a mobile application frontend developed using React Native. The application aims to provide chatbot interface.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Ensure you have the following installed on your machine:

Installation

  1. Clone the repo

    git clone https://github.com/yourusername/yourprojectname.git
    cd yourprojectname
  2. Install dependencies

    Using npm:

    npm install

    Using yarn:

    yarn install

Running the App

For detailed setup instructions, follow the steps on the React Native official documentation.

iOS

  1. Install CocoaPods dependencies

    cd ios
    pod install
    cd ..
  2. Run the app

    npx react-native run-ios

Android

  1. Start the Android emulator or connect a device

  2. Run the app

    npx react-native run-android