35 lines
562 B
Markdown
35 lines
562 B
Markdown
# jumble
|
|
|
|
Yet another Nostr desktop client
|
|
|
|
## Build from source
|
|
|
|
You can also build the app from the source code.
|
|
|
|
> Note: Node.js >= 20 is required.
|
|
|
|
```bash
|
|
# Clone this repository
|
|
git clone https://github.com/CodyTseng/jumble.git
|
|
|
|
# Go into the repository
|
|
cd jumble
|
|
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Build the app
|
|
npm run build:mac
|
|
# or npm run build:win
|
|
# or npm run build:linux
|
|
```
|
|
|
|
The executable file will be in the `dist` folder.
|
|
|
|
## Donate
|
|
|
|
If you like this project, you can buy me a coffee :) ⚡️ codytseng@getalby.com ⚡️
|
|
|
|
## License
|
|
|
|
MIT
|