🎉
This commit is contained in:
commit
824e2ea9d5
35 changed files with 9142 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue