Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 757 Bytes

File metadata and controls

36 lines (24 loc) · 757 Bytes

Building Chorus

Chorus is built using Tauri, React, TypeScript, and Rust. To build the application yourself, follow these steps.

Prerequisites

Installation

  1. Clone the repository and navigate to the directory.

  2. Initialize Git LFS:

    git lfs install --force
    git lfs pull
  3. Install dependencies:

    pnpm install

Building the App

To build the production app for your platform, run:

pnpm tauri build

This will generate the application bundle (e.g., .app for macOS) in src-tauri/target/release/bundle/.