[:en]
This section contains the EPG module and the steps to follow. Please follow the steps below.
- Recommended editor >> visual studio code must be installed (linux, windows support is available)
- Enviroment that needs to be installed before use >> node.js (compiling with nodejs commands)
- The project folder should be opened with Vscode
- After the first startup, a new terminal should be opened and npm update should be run (missing packages will be installed automatically)
- The embedded ui must be built with the npm run dist-embedded command.
- A dist-embedded folder will be created in the project folder with all relevant resources extracted into it.
- The application can be opened directly by starting the webserver with the npm run start-embedded command
- The build can be tested with localhost:9090 from the PC with ip:9090 directly from the TV.
And also, you can use the link below to download the file.
[:fr]
Cette section contient le module EPG et les étapes à suivre. Suivez les étapes ci-dessous.
- Éditeur recommandé >> Visual Studio Code doit être installé (prise en charge Linux et Windows disponible)
- Environnement devant être installé avant utilisation >> node.js (compilation avec les commandes node.js)
- Le dossier du projet doit être ouvert avec Vscode
- Après le premier démarrage, un nouveau terminal doit être ouvert, et npm update doit être exécuté (les packages manquants seront installés automatiquement)
- L’interface utilisateur intégrée doit être créée avec la commande npm run dist-embedded.
- Un dossier dist-embedded sera créé dans le dossier du projet avec toutes les ressources pertinentes extraites dedans.
- L’application peut être ouverte directement en démarrant le serveur Web avec la commande npm run start-embedded
- La version peut être testée avec localhost:9090 depuis le PC avec ip:9090 directement depuis le téléviseur.
Vous pouvez aussi utiliser le lien ci-dessous pour télécharger le fichier.
[:]