Chargement…
trendspotter
Traduction modifiée |
|
trendspotter
Traduction ajoutée |
|
Aucun
Chaîne mise à jour dans le dépôt |
|
Description de la chaîne source
type: Fenced code block (bash)Drapeaux
no-wrap
git clone https://github.com/JohnXLivingston/peertube-plugin-livechat.git --recursive
cd peertube-plugin-livechat
# Install NPM dependencies and build the module for the first time:
npm install
# Build the plugin after a modification:
npm run build
# If you have a fork from the repository, add it as remote (example):
git remote add me git@github.com:MY_GITHUB_ACCOUNT/peertube-plugin-livechat.git
# Create a local branch for you developments, and checkout it (example):
git checkout my_development # Note: if an issue is associated, use fix_1234 as your branch name (where 1234 is the issue's number)
# To propose your modifications, push your branch to your repository (example):
git push --set-upstream me my_development
# Then go to your github repository with your web browser to propose the Pull Request (see additional instructions below)
git clone https://github.com/JohnXLivingston/peertube-plugin-livechat.git --recursive
cd peertube-plugin-livechat
# Nainstalujte závislosti NPM a poprvé sestavte modul:
Npm install
# Sestavte zásuvný modul po úpravě:
npm run build
# Pokud máte fork z repozitáře, přidejte jej jako vzdálený (příklad):
git remote add me git@github.com:MY_GITHUB_ACCOUNT/peertube-plugin-livechat.git
# Vytvořte místní větev pro svůj vývoj a zkontrolujteji (příklad):
git checkout my_development # Poznámka: pokud je přidružena nějaká záležitost, použijte jako název větve fix_1234 (kde 1234 je číslo issue).
# Chcete-li navrhnout své úpravy, odešlete svou větev do úložiště (příklad):
git push --set-upstream me my_development
# Poté přejděte do svého úložiště github pomocí webového prohlížeče a navrhněte žádost o stažení (viz další pokyny níže).