Skip to content

chloefrfr/demeter

Repository files navigation

Demeter

Demeter is a Fortnite Launcher made in TypeScript, powered by Tauri, and designed with React and Tailwind

Installation

  1. Clone the Repository

    git clone https://github.com/chloefrfr/demeter.git
    cd demeter
  2. Install Dependencies

    bun install
  3. Build and Run

    bun --bun run dev

    For production builds, use:

    bun --bun tauri build