happypandax / desktop

A client for HappyPanda X on the desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A client for HappyPanda X on the desktop

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 85.1%Language:CSS 14.8%Language:HTML 0.1%