https://github.com/raindropio/desktop
Official Raindrop.io Desktop App
https://github.com/raindropio/desktop
Last synced: 4 months ago
JSON representation
Official Raindrop.io Desktop App
- Host: GitHub
- URL: https://github.com/raindropio/desktop
- Owner: raindropio
- Created: 2019-09-30T16:31:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-17T10:27:52.000Z (8 months ago)
- Last Synced: 2025-10-18T13:29:47.077Z (8 months ago)
- Language: JavaScript
- Size: 8.34 MB
- Stars: 549
- Watchers: 11
- Forks: 66
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - raindropio/desktop - Official Raindrop.io Desktop App (JavaScript)
README
# Build local copy
```
git submodule update --init --recursive
git submodule update --remote --merge
npm i
npm run build:win
```
Then check `dist` folder
# Deployment
Run `npm run deploy:prod`
# Local testing tips
## Windows
Uncomment special `identityName` and `publisher` fields in `build/config.js`
Run `add-appxpackage -path appx.appx -AllowUnsigned`