Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raindropio/desktop
Official Raindrop.io Desktop App
https://github.com/raindropio/desktop
Last synced: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T09:49:30.000Z (5 months ago)
- Last Synced: 2024-08-01T20:49:08.620Z (4 months ago)
- Language: JavaScript
- Size: 8.18 MB
- Stars: 403
- Watchers: 13
- Forks: 47
- Open Issues: 19
-
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`