Contributing

Contributing

Lume is a free and open source Nostr client. You can contribute to Lume by visiting our GitHub repository (opens in a new tab)

Lume uses TypeScript on the frontend and Rust for the backend

Code contributions

Install Prerequisites

Cloning the repository

git clone https://github.com/luminous-devs/lume.git && cd lume

Installing the packages

bun install
 

Run development build

bun tauri dev

Generate production build

bun tauri build