https://github.com/raindropio/app
Source code of web app and browser extensions
https://github.com/raindropio/app
Last synced: 4 months ago
JSON representation
Source code of web app and browser extensions
- Host: GitHub
- URL: https://github.com/raindropio/app
- Owner: raindropio
- License: mit
- Created: 2020-09-13T09:22:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T13:45:28.000Z (5 months ago)
- Last Synced: 2026-02-04T20:55:12.004Z (5 months ago)
- Language: JavaScript
- Homepage: https://app.raindrop.io
- Size: 23.4 MB
- Stars: 1,421
- Watchers: 17
- Forks: 149
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - raindropio/app - (JavaScript)
README
# Raindrop.io 5.0
Mono repo for Raindrop.io web app, browser extension and desktop app
## Build
Be sure to run `npm i` before calling any commands below
| target | command | notes |
|----------|---------|-------|
| web | `npm run build` |
| electron | `npm run build:electron` |
| chrome | `npm run build:extension:chrome` |
| edge | `npm run build:extension:edge` |
| firefox | `npm run build:extension:firefox` | Saved to `dist/firefox/prod`
| opera | `npm run build:extension:opera` |
| safari | `npm run build:extension:safari` | Then open **build/xcode** project
## Development
| target | command | notes |
|----------|---------|-------|
| web | `npm run local` |
| chrome | `npm run local:extension:chrome` | Turn off `same-site-by-default-cookies` in Chrome browser flags
## Supported browsers
- Chrome >= 67 - older versions not support SameSite cookie
- Safari >= 11 (OS X 10.11) - older version not support JS Rest in objects
- Firefox >= 55 - older version not support JS Rest in objects
- Edge >= 80 - earlies Blink version