A cross-platform desktop nostr client
Go to file
2023-12-03 08:34:44 +07:00
.github/workflows fix updater 2023-11-15 08:32:40 +07:00
.husky fix ci 2023-09-19 15:59:50 +07:00
public wip: update widget list 2023-11-10 16:05:20 +07:00
src polish 2023-12-03 08:34:44 +07:00
src-tauri add finish step to tutorial 2023-12-02 08:33:23 +07:00
.envrc Nix dev environment 2023-10-24 14:57:15 +02:00
.eslintignore
.eslintrc.js
.gitignore Nix dev environment 2023-10-24 14:57:15 +02:00
.prettierignore
.prettierrc
flake.lock Nix dev environment 2023-10-24 14:57:15 +02:00
flake.nix typo + cleanup 2023-10-24 17:26:50 +02:00
index.html wip: fix light mode 2023-10-13 08:35:07 +07:00
LICENSE
package.json add finish step to tutorial 2023-12-02 08:33:23 +07:00
pnpm-lock.yaml add finish step to tutorial 2023-12-02 08:33:23 +07:00
postcss.config.js
README.md typo + cleanup 2023-10-24 17:26:50 +02:00
tailwind.config.js clean up dependencies 2023-11-28 15:36:57 +07:00
tsconfig.json wip 2023-10-06 07:40:50 +07:00
vite.config.ts clean up 2023-11-30 17:24:07 +07:00

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

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.