lume/README.md
2023-09-12 16:00:41 +07:00

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