mirror of
https://github.com/danbulant/console-hub
synced 2026-06-24 17:12:05 +00:00
Merge branch 'master' of https://github.com/danbulant/console-hub
This commit is contained in:
commit
79fae9716d
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ Hub application to be controlled with controller (gamepad) through gamepad HTML5
|
||||||
Installation can be done both with electron and on normal websites.
|
Installation can be done both with electron and on normal websites.
|
||||||
|
|
||||||
### Electron
|
### Electron
|
||||||
|
#### Requirements
|
||||||
|
To run electron version, you must have the following:
|
||||||
|
|
||||||
|
* Java 8 runtime
|
||||||
|
* Node (10+)
|
||||||
|
* Other will be installed automatically via project.json
|
||||||
|
|
||||||
If you have installed node.js and electron, you can build the app yourself.
|
If you have installed node.js and electron, you can build the app yourself.
|
||||||
For packaging, I personally use (and prefer) [electron-packager](https://github.com/electron-userland/electron-packager).
|
For packaging, I personally use (and prefer) [electron-packager](https://github.com/electron-userland/electron-packager).
|
||||||
Use all files in the repository (`electron-packager .`)
|
Use all files in the repository (`electron-packager .`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue