lume/README.md

42 lines
520 B
Markdown
Raw Normal View History

2023-07-08 13:14:05 +07:00
### Introduction
2023-04-20 10:17:43 +07:00
2023-07-08 13:14:05 +07:00
Lume is a nostr client
2023-02-21 14:58:47 +07:00
2023-07-08 13:14:05 +07:00
### Usage
2023-02-21 14:58:47 +07:00
2023-07-08 13:14:05 +07:00
Download Lume for your platform here: [https://github.com/luminous-devs/lume/releases](https://github.com/luminous-devs/lume/releases)
2023-02-21 14:58:47 +07:00
2023-07-08 13:14:05 +07:00
Supported platform: macOS, Windows and Linux
2023-02-21 21:48:57 +07:00
2023-07-08 13:14:05 +07:00
### Develop
2023-02-21 21:48:57 +07:00
2023-07-08 13:14:05 +07:00
Clone project
2023-04-20 10:17:43 +07:00
2023-03-05 09:40:42 +07:00
```
2023-07-08 13:14:05 +07:00
git clone https://github.com/luminous-devs/lume.git && cd lume
2023-04-20 10:17:43 +07:00
```
2023-07-08 13:14:05 +07:00
Install packages
2023-03-05 09:40:42 +07:00
```
pnpm install
```
2023-07-08 13:14:05 +07:00
Run dev
2023-04-07 14:31:14 +07:00
```
2023-04-20 10:17:43 +07:00
pnpm tauri dev
2023-04-07 14:31:14 +07:00
```
2023-07-08 13:14:05 +07:00
Build
2023-03-05 09:40:42 +07:00
```
2023-07-08 13:14:05 +07:00
pnpm tauri build
2023-03-05 09:40:42 +07:00
```
2023-04-20 10:17:43 +07:00
2023-07-08 13:14:05 +07:00
(Advance) - Generate SQLite migration
2023-04-20 10:17:43 +07:00
2023-07-08 13:14:05 +07:00
```
pnpm add-migrate <migrate_name>
```