A cross-platform desktop nostr client
Go to file
2023-08-03 14:09:12 +07:00
.github/workflows update gh action and fix migrate page 2023-07-10 15:30:15 +07:00
.husky added husky & lint-staged 2023-02-25 15:45:27 +07:00
src wip: update chats to new ui 2023-08-03 14:09:12 +07:00
src-tauri polish 2023-08-03 08:56:36 +07: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 use new note parser for note component 2023-05-02 12:19:00 +07: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
index.html redesign sidebar 2023-08-01 14:26:16 +07:00
LICENSE update 2023-07-08 13:14:05 +07:00
package.json wip: update chats to new ui 2023-08-03 14:09:12 +07:00
pnpm-lock.yaml wip: update chats to new ui 2023-08-03 14:09:12 +07:00
postcss.config.js wip 2023-06-24 18:31:40 +07:00
README.md update 2023-07-08 13:14:05 +07:00
tailwind.config.js wip: update chats to new ui 2023-08-03 14:09:12 +07:00
tsconfig.json add edit profile 2023-06-29 10:37:35 +07:00
vite.config.ts wip: update chats to new ui 2023-08-03 14:09:12 +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

Develop

Clone project

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

Install packages

pnpm install

Run dev

pnpm tauri dev

Build

pnpm tauri build

(Advance) - Generate SQLite migration

pnpm add-migrate <migrate_name>