diff --git a/Documentation/docusaurus/docs/creation-projet.md b/Documentation/docusaurus/docs/creation-projet.md index 8d4c507..896ab08 100644 --- a/Documentation/docusaurus/docs/creation-projet.md +++ b/Documentation/docusaurus/docs/creation-projet.md @@ -3,6 +3,24 @@ sidebar_position: 4 title: Creation of the project --- +## Requirements + +### Gitea repository + +On Code#0, create a new repository for your project. + +Clone this repository on your machine, this repository are used to save your next project on gitea. + +### `.gitignore` + +A special `.gitignore` is required for .Net projects. + +Don't panic a multiple website give us the good file. + +Example: https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode + +Copy the content of the web page in the file `.gitignore` at the root directory of the repository. + ## Create a new Blazor site Open Visual Studio and select `Create a new Project` diff --git a/Documentation/docusaurus/i18n/fr/docusaurus-plugin-content-docs/current/creation-projet.md b/Documentation/docusaurus/i18n/fr/docusaurus-plugin-content-docs/current/creation-projet.md index 9d493ff..a7c67d4 100644 --- a/Documentation/docusaurus/i18n/fr/docusaurus-plugin-content-docs/current/creation-projet.md +++ b/Documentation/docusaurus/i18n/fr/docusaurus-plugin-content-docs/current/creation-projet.md @@ -3,6 +3,24 @@ sidebar_position: 4 title: Création du projet --- +## Conditions + +### Référentiel Gitea + +Sur Code#0, créez un nouveau référentiel pour votre projet. + +Clonez ce dépôt sur votre machine, ce dépôt sert à sauvegarder votre prochain projet sur gitea. + +### `.gitignore` + +Un ".gitignore" spécial est requis pour les projets .Net. + +Pas de panique de multiple site nous donne le bon fichier. + +Exemple : https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode + +Copiez le contenu de la page Web dans le fichier `.gitignore` à la racine du répertoire du référentiel. + ## Créer un nouveau site Blazor Ouvrer Visual Studio et sélectionner `Create a new Project`