From f3eea955e21a32c684af8163b545f5ceacf40449 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 24 Jun 2019 14:35:59 +0200 Subject: [PATCH] Add requirements --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c3f3e19..1d8f47d 100644 --- a/README.md +++ b/README.md @@ -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. ### 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. For packaging, I personally use (and prefer) [electron-packager](https://github.com/electron-userland/electron-packager). Use all files in the repository (`electron-packager .`)