A cross-platform desktop nostr client
Go to file
Ren Amamiya 3752a3ab0f update 2023-07-08 13:14:05 +07:00
.github/workflows support code signing in gh action 2023-07-07 11:31:34 +07:00
.husky added husky & lint-staged 2023-02-25 15:45:27 +07:00
src update 2023-07-08 13:14:05 +07:00
src-tauri cache user's metdata in db 2023-07-05 17:19:49 +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
LICENSE update 2023-07-08 13:14:05 +07:00
README.md update 2023-07-08 13:14:05 +07:00
index.html wip 2023-06-24 18:31:40 +07:00
package.json update 2023-07-08 13:14:05 +07:00
pnpm-lock.yaml update 2023-07-08 13:14:05 +07:00
postcss.config.js wip 2023-06-24 18:31:40 +07:00
tailwind.config.js add edit profile 2023-06-29 10:37:35 +07:00
tsconfig.json add edit profile 2023-06-29 10:37:35 +07:00
vite.config.ts wip 2023-06-24 18:31:40 +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

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>