-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Mettre à jour les dépendances.
- Loading branch information
Showing
18 changed files
with
325 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Contribuer à Cast Kodi | ||
|
||
Cette documentation vous guide pour contribuer au projet Cast Kodi. | ||
|
||
## Pré-requis | ||
|
||
Les outils suivants sont nécessaire pour utiliser ce projet : | ||
|
||
- [Git](https://git-scm.com/downloads) | ||
- [Node.js et | ||
npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) | ||
|
||
## Installation | ||
|
||
- [Dupliquez](https://docs.github.com/get-started/quickstart/fork-a-repo) | ||
(_forker_) le dépôt [`castkodi`](https://github.com/regseb/castkodi). | ||
- Clonez votre dépôt dupliqué : `git clone | ||
https://github.com/YOUR-USERNAME/castkodi.git` | ||
- Installez les dépendances : `npm ci` | ||
|
||
## Développement | ||
|
||
### Scraper | ||
|
||
Créez un fichier dans src/core/scraper | ||
Ajouter votre fichier dans src/core/scrapers.js | ||
Ajouter le nouveau site supporté dans le README et dans les fichier locales. | ||
|
||
## Déploiement | ||
|
||
Expliquer comment déployer dans les navigateurs. | ||
|
||
## Qualité | ||
|
||
Exlpliquer les linters. | ||
|
||
## Tests | ||
|
||
Expliquer comment écrire un test et comment les lancé | ||
|
||
## "Commit" | ||
|
||
Expliquer la convention des messages de commit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.