https://github.com/dgmid/nextcloud-bookmark-manager
A Mac app for Nextcloud bookmarks
https://github.com/dgmid/nextcloud-bookmark-manager
Last synced: 11 months ago
JSON representation
A Mac app for Nextcloud bookmarks
- Host: GitHub
- URL: https://github.com/dgmid/nextcloud-bookmark-manager
- Owner: dgmid
- License: mit
- Created: 2018-06-26T19:23:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:21:14.000Z (over 3 years ago)
- Last Synced: 2024-11-05T23:41:34.599Z (over 1 year ago)
- Language: JavaScript
- Size: 2.94 MB
- Stars: 72
- Watchers: 5
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextcloud Bookmark Manager
[](http://opensource.org/licenses/MIT)  [](https://github.com/dgmid/nextcloud-bookmark-manager/releases/latest) 
A Mac App for accessing and managing Nextcloud bookmarks.

*dark mode*

*light mode*
## Requirements
[node.js / npm](https://www.npmjs.com/get-npm)
A server running [Nextcloud](https://nextcloud.com/) with the [Bookmarks](https://github.com/nextcloud/bookmarks) app installed
To build this project you will need to install **electron packager** and **asar**
```shell
npm install -g electron-packager
npm install -g asar
```
## Usage
`cd` to the project directory and run:
```shell
npm install
```
To modify the `html` / `css` / `js` run:
```shell
gulp watch
```
To test the app run:
```shell
npm start
```
To package the final app run:
```shell
npm run package
```
The packaged app will be written to `build/Nextcloud Bookmark Manager-darwin-x64/` in the project directory.
## i18n
Translations for this app are by:
| language | translator |
| --- | --- |
| EN | [dgmid](https://github.com/dgmid) |
| IT | [dgmid](https://github.com/dgmid) |