SkillAgentSearch skills...

Girr

Piloter la régie GeekInc en live depuis le canapé !

Install / Use

/learn @chriscamicas/Girr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GeekInc Remote Regie

Ce projet a pour but de proposer une interface afin de piloter la régie GeekInc en live depuis le canapé !

Pour le moment, il permet :

<p align="center"> <img src="docs/preview.gif"> </p>

Installation

Prérequis :

git clone https://github.com/chriscamicas/girr
cd girr
# build the client
npm install --prefix client && npm build --prefix client
# install the server
npm install --only=production --prefix server

Configuration

Copier le fichier server/config/.env.defaults vers server/config/.env et changer les valeurs.

Lancement

npm start --prefix server

Development

Install all dependencies (including dev ones)

npm install --prefix client
npm install --prefix server

Start the application

npm run dev --prefix server
npm run dev --prefix client

TODO

  • Tests unitaires
  • Déploiement automatique
  • Diagrammes
    • Architecture
    • Modèles
    • Routes
  • voir reprendre les composants mis en place sur https://github.com/codlab/TwitchToast

Licence

This project is licensed under the MIT license.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2y ago
Forks9

Languages

JavaScript

Security Score

75/100

Audited on Oct 19, 2023

No findings