Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happypandax/desktop
A client for HappyPanda X on the desktop
https://github.com/happypandax/desktop
comics desktop-application doujin doujinshi happypandax management manga
Last synced: 7 days ago
JSON representation
A client for HappyPanda X on the desktop
- Host: GitHub
- URL: https://github.com/happypandax/desktop
- Owner: happypandax
- License: lgpl-3.0
- Created: 2019-05-19T11:39:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:10:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T17:32:12.217Z (3 months ago)
- Topics: comics, desktop-application, doujin, doujinshi, happypandax, management, manga
- Language: JavaScript
- Size: 12 MB
- Stars: 54
- Watchers: 5
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HappyPanda X Desktop Client
##### This is a standalone client for [HappyPanda X](https://github.com/happypandax/happypandax) on the desktop that looks like the default HPX webclient but is slightly faster due to talking with the HPX server directly. It will also have better desktop integration since it's allowed to work outside the browser sandbox and interact with the system directly.
##### It requires HappyPanda X server `v0.10.0` and up
> **This project is currently in the alpha stage, so expect things to break.**
#### [Download](https://github.com/happypandax/desktop/releases) - [HappyPanda X](https://github.com/happypandax/happypandax/) - [Plugins](https://github.com/happypandax/plugins) - [Support on Patreon](https://www.patreon.com/twiddly)
# Examples
# Building
- Install `nodejs` and `npm`
- Clone or download this repository
- Run `cd path/to/cloned/repo`
- Run `npm install`
- Run `npm start` to start the application
- Run `npm dist` to build binaries, which can be found in `./dist`