Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raindropio/app
https://github.com/raindropio/app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raindropio/app
- Owner: raindropio
- License: mit
- Created: 2020-09-13T09:22:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T14:45:51.000Z (3 months ago)
- Last Synced: 2024-11-05T15:43:09.528Z (3 months ago)
- Language: JavaScript
- Homepage: https://app.raindrop.io
- Size: 22.1 MB
- Stars: 941
- Watchers: 16
- Forks: 98
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- project-awesome - raindropio/app - (JavaScript)
- jimsghstars - raindropio/app - (JavaScript)
README
# Raindrop.io 5.0
Mono repo for Raindrop.io web app, browser extension and desktop app## Hi Mozilla Add-on review!
[Build highlight.js](https://github.com/raindropio/highlight)## 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