commit de2868b0b300f7df7e627fd4c87d58a6aeec2797 Author: francois.baille Date: Sun May 4 05:52:01 2025 +0200 Ajouter Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..5d529a4 --- /dev/null +++ b/Home.md @@ -0,0 +1,25 @@ +# Documentation du Projet + +--- + +### Installation et Configuration +#### Prérequis +- **Android Studio** : Version Flamingo (2022.2.1) ou + +- **Deno** : v1.35+ +- **MySQL** : 8.0+ + +#### Configuration initiale +```bash +# Clone du repo +git clone https://gitea.lyc-lecastel.fr/francois.baille/teamSync.git +cd teamSync + +# Backend (Deno) +# Installer Deno +# Windows +irm https://deno.land/install.ps1 | iex +# Linux +curl -fsSL https://deno.land/install.sh | sh + +# Lancer le serveur (une fois a la racine) +deno run --allow-net --allow-env --allow-read main.ts \ No newline at end of file