A Mac App for accessing and managing Nextcloud bookmarks.
node.js / npm A server running Nextcloud with the Bookmarks app installed
To build this project you will need to install electron packager and asar
npm install -g electron-packager
npm install -g asarcd to the project directory and run:
npm installTo modify the html / css / js run:
gulp watchTo test the app run:
npm startTo package the final app run:
npm run packageThe packaged app will be written to build/Nextcloud Bookmark Manager-darwin-x64/ in the project directory.
Translations for this app are by:
| language | translator |
|---|---|
| EN | dgmid |
| IT | dgmid |

