lume/README.md
2023-10-24 14:57:15 +02:00

936 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

pnpm install

Run dev build

pnpm tauri dev

Generate production build

pnpm tauri build

Nix

Requirements:

  1. Install Nix
  2. Setup direnv

By cd into the root folder of the project you will enter the nix develop shell. Run direnv allow (only once needed). Then just use run pnpm or bun (experimental) commands as descirbed above.