A client for HappyPanda X on the desktop
Go to file
Twiddly 3806254255 bump version 2020-09-02 01:42:52 +02:00
.vscode switch npm published hpx client; clean up code; 2019-09-17 18:15:12 +02:00
app update to match 0.12.0; 2019-10-22 02:46:46 +02:00
deploy/icons first version; 2019-06-04 17:03:50 +02:00
static update for hpx webclient 0.13.1 2020-08-30 23:00:38 +02:00
templates work on electron switch; 2019-10-14 18:04:38 +02:00
.appveyor.yml updat ci script; 2019-10-22 03:26:12 +02:00
.gitignore switch npm published hpx client; clean up code; 2019-09-17 18:15:12 +02:00
.travis.yml fix ci script; 2019-10-22 03:18:00 +02:00
LICENSE update readme + license; 2019-06-04 17:47:56 +02:00
README.md update to match 0.12.0; 2019-10-22 02:46:46 +02:00
package-lock.json update for 0.13.0; 2020-08-25 05:08:39 +02:00
package.json bump version 2020-09-02 01:42:52 +02:00

README.md

HappyPanda X Desktop Client

This is a standalone client for HappyPanda X 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 - HappyPanda X - Plugins - Support on Patreon

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