mirror of
https://github.com/lumehq/lume.git
synced 2025-04-03 01:18:05 +02:00
607 B
607 B
Introduction
Lume is a nostr client
Usage
Download Lume for your platform here: https://github.com/luminous-devs/lume/releases
Supported platform: macOS, Windows and Linux
Prerequisites
Develop
Clone project
git clone https://github.com/luminous-devs/lume.git && cd lume
Install packages
bun install
Run dev build
bun tauri dev
Generate production build
bun tauri build