mirror of
https://github.com/raindropio/app.git
synced 2025-12-16 07:28:58 +01:00
No description
|
|
||
|---|---|---|
| .github | ||
| build | ||
| functions | ||
| src | ||
| .babelrc | ||
| .eslintrc | ||
| .gitignore | ||
| .node-version | ||
| jsconfig.json | ||
| LICENSE.md | ||
| now.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| TODO.md | ||
| vercel.json | ||
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