Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 581 Bytes

Getting_Started.md

File metadata and controls

32 lines (22 loc) · 581 Bytes

Getting Started

Follow these steps to set up Katya on your local machine.

Prerequisites

Make sure you have the following installed:

  • Flutter
  • Dart
  • Android Studio or Xcode for platform-specific development.

Setup

  1. Clone the repository:

    git clone https://github.com/sorydima/Katya-.git
    cd Katya-
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run
  4. Select your desired platform (iOS/Android/Web).