Skip to content

happypandax/desktop

Repository files navigation

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.

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