Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoannchb-pro/boxy
A box for you computer screen or TV screen
https://github.com/yoannchb-pro/boxy
adblock apps box boxy electron project tailwindcss vuejs
Last synced: 9 days ago
JSON representation
A box for you computer screen or TV screen
- Host: GitHub
- URL: https://github.com/yoannchb-pro/boxy
- Owner: yoannchb-pro
- License: mit
- Created: 2021-10-30T16:26:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T16:45:30.000Z (over 3 years ago)
- Last Synced: 2024-12-12T03:42:13.320Z (2 months ago)
- Topics: adblock, apps, box, boxy, electron, project, tailwindcss, vuejs
- Language: Vue
- Homepage:
- Size: 16.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boxy v1.0
Une box pour votre TV ou votre écran de Pc déjà intégré avec un adblocker.
## Boxy c'est quoi ?
---Boxy est une application du style google hub. Il suffit de l'installer sur une rasberry PI puis de la brancher à votre écran pour avoir accées à l'heure, la météo, l'actualité et plusieurs applications.
## Ajouter une application
---Regarder le fichier ./src/apps/apps.json
```json
{
"name": "GOOGLE",
"img": "assets/google.jpg",
"url": "https://www.google.com"
}
```## Installation
Il faut avoir nodejs puis lancer la commande ```npm install``` à la source du dossier (là où est présent le fichier package.json). Puis lancer la commande ```npm run electron:serve```.