A cross-platform desktop nostr client
Go to file
Ren Amamiya 619bfb8dff
Merge pull request #122 from luminous-devs/v2.1.4
v2.1.4
2023-11-26 07:22:13 +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 clean up 2023-11-26 07:21:24 +07:00
src-tauri improve connection 2023-11-25 17:56:45 +07:00
.envrc Nix dev environment 2023-10-24 14:57:15 +02:00
.eslintignore wip: update chats to new ui 2023-08-03 14:09:12 +07:00
.eslintrc.js rome -> eslint + prettier 2023-07-04 13:24:42 +07:00
.gitignore Nix dev environment 2023-10-24 14:57:15 +02:00
.prettierignore rome -> eslint + prettier 2023-07-04 13:24:42 +07:00
.prettierrc rome -> eslint + prettier 2023-07-04 13:24:42 +07:00
LICENSE update 2023-07-08 13:14:05 +07:00
README.md typo + cleanup 2023-10-24 17:26:50 +02:00
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
package.json improve connection 2023-11-25 17:56:45 +07:00
pnpm-lock.yaml fix new post layout 2023-11-25 09:22:15 +07:00
postcss.config.js wip 2023-06-24 18:31:40 +07:00
tailwind.config.js wip: update color palette 2023-10-10 08:25:31 +07:00
tsconfig.json wip 2023-10-06 07:40:50 +07:00
vite.config.ts polish 2023-11-05 15:19:51 +07:00

README.md

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.