8000 GitHub - raindropio/desktop: Official Raindrop.io Desktop App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raindropio/desktop

Repository files navigation

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

0