mirror of
https://github.com/lumehq/lume.git
synced 2025-10-02 18:17:43 +02:00
98ef1927f22e752ab0a8e9d7f037595ddd82886d
Introduction
Lume is a nostr client
Usage
Download Lume for your platform here: https://github.com/lumehq/lume/releases
Supported platform: macOS, Windows and Linux
Prerequisites
-
PNPM or Bun (experiment)
-
Tauri: https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos
Develop
Clone project
git clone https://github.com/lumehq/lume.git && cd lume
Install packages
pnpm install
Run dev build
pnpm tauri dev
Generate production build
pnpm tauri build
Nix
Requirements:
cd
into the root folder of the project to enter nix develop
shell. Run direnv allow
(only once). Then run pnpm
or bun
(experimental) commands as described above.
Description
Languages
TypeScript
79.7%
Rust
19.4%
CSS
0.4%
JavaScript
0.4%