mirror of
https://github.com/danbulant/console-hub
synced 2026-06-16 04:51:12 +00:00
Offline work
This commit is contained in:
parent
612f7cf47b
commit
7c239ff052
1 changed files with 3 additions and 3 deletions
|
|
@ -13,12 +13,12 @@ Use all files in the repository (`electron-packager .`)
|
|||
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).
|
||||
|
||||
## Add missing files
|
||||
## Add missing files for offline work
|
||||
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.
|
||||
|
||||
If you did everything correctly, Console hub now have all required files to run.
|
||||
* **download Material icons**: You must download material icons in order to show them offline. To do so, see [material.io](https://material.io/icons/).
|
||||
If you did everything correctly, Console hub now have all required files to run offline.
|
||||
|
||||
## Demo
|
||||
### GitHub
|
||||
|
|
|
|||
Loading…
Reference in a new issue