You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .vscode | 1 year ago | |
| build | 1 year ago | |
| resources | 1 year ago | |
| src | 1 year ago | |
| .editorconfig | 1 year ago | |
| .eslintignore | 1 year ago | |
| .eslintrc.cjs | 1 year ago | |
| .gitignore | 1 year ago | |
| .prettierignore | 1 year ago | |
| .prettierrc.yaml | 1 year ago | |
| LICENSE | 1 year ago | |
| README.md | 1 year ago | |
| components.json | 1 year ago | |
| electron-builder.yml | 1 year ago | |
| electron.vite.config.ts | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago | |
| postcss.config.js | 1 year ago | |
| tailwind.config.js | 1 year ago | |
| tsconfig.json | 1 year ago | |
| tsconfig.node.json | 1 year ago | |
| tsconfig.web.json | 1 year ago | |
README.md
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.
# 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