A cross-platform desktop nostr client
Go to file
Ren Amamiya 8930300fb5 wip
2023-10-09 15:17:15 +07:00
.github/workflows back to pnpm, bun is fun but cannot generate tauri build 2023-09-19 15:56:33 +07:00
.husky fix ci 2023-09-19 15:59:50 +07:00
public wip: dark mode - light mode 2023-10-07 09:06:33 +07:00
src wip 2023-10-09 15:17:15 +07:00
src-tauri wip 2023-10-09 15:17:15 +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 fix ci 2023-09-19 15:59:50 +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 wip: new sidebar 2023-10-08 18:01:19 +07:00
LICENSE update 2023-07-08 13:14:05 +07:00
package.json wip 2023-10-09 15:17:15 +07:00
pnpm-lock.yaml wip 2023-10-09 15:17:15 +07:00
postcss.config.js wip 2023-06-24 18:31:40 +07:00
README.md new app icon 2023-10-02 15:36:20 +07:00
tailwind.config.js wip 2023-10-09 15:17:15 +07:00
tsconfig.json wip 2023-10-06 07:40:50 +07:00
vite.config.ts wip: clean up & refactor 2023-08-16 20:52:09 +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