mirror of
https://github.com/danbulant/console-hub
synced 2026-06-24 17:12:05 +00:00
Fix formatting
This commit is contained in:
parent
c1858baa19
commit
cae285fb25
1 changed files with 7 additions and 1 deletions
|
|
@ -1,15 +1,21 @@
|
||||||
# console-hub
|
# console-hub
|
||||||
Hub application to be controlled with controller (gamepad) through gamepad HTML5 API
|
Hub application to be controlled with controller (gamepad) through gamepad HTML5 API
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Installation can be done both with electron and on normal websites.
|
Installation can be done both with electron and on normal websites.
|
||||||
|
|
||||||
### Electron
|
### Electron
|
||||||
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 .`)
|
||||||
|
|
||||||
### Website
|
### Website
|
||||||
If you want this console to be available online, please keep in mind that it is **NOT** the intended way to use. There are several known bugs (not working settings, some modules undefined).
|
If you want this console to be available online, please keep in mind that it is **NOT** the intended way to use. There are several known bugs (not working settings, some modules undefined).
|
||||||
To install, just upload all files onto your hosting and access /html/ (index.html in root redirects there).
|
To install, just upload all files onto your hosting and access /html/ (index.html in root redirects there).
|
||||||
|
|
||||||
## Add missing files
|
## Add missing files
|
||||||
Because of legal issues (Copyright, cannot upload publicly), fonts and styles are missing. To fix that, you must do following steps:
|
Because of legal issues (Copyright, cannot upload publicly), fonts and styles are missing. To fix that, you must do following steps:
|
||||||
|
|
||||||
* **download open sans**: Because of legal issues, I cannot place here direct link. One that I use is [font-squirrel](https://www.fontsquirrel.com/fonts/open-sans). Put all the files in /html/opensans/. Styles.css will automatically include them.
|
* **download open sans**: Because of legal issues, I cannot place here direct link. One that I use is [font-squirrel](https://www.fontsquirrel.com/fonts/open-sans). Put all the files in /html/opensans/. Styles.css will automatically include them.
|
||||||
|
|
||||||
If you did everything correctly, Console hub now have all required files to run.
|
If you did everything correctly, Console hub now have all required files to run.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue