Documentation
Installation

Installation

Prerequisites

  • Xcode 15.0+
  • macOS Sonoma (14.0)+
  • Git

Setup Steps

  1. Clone the Repository

    git clone https://github.com/zainulnazir/flux.git
    cd flux
  2. Configure Secrets

    Flux uses TMDB API and Firebase, which require keys.

    • Copy flux/flux/Services/SecretsExample.txt to flux/flux/Services/Secrets.swift.
    • Add your TMDB API Key.
  3. Firebase Setup

    • Create a Firebase Project.
    • Download GoogleService-Info.plist.
    • Place it in flux/flux/.
  4. Build and Run

    Open flux/flux.xcodeproj in Xcode and press Run (Cmd+R).