Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raindropio/app


https://github.com/raindropio/app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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