From de2868b0b300f7df7e627fd4c87d58a6aeec2797 Mon Sep 17 00:00:00 2001 From: "francois.baille" Date: Sun, 4 May 2025 05:52:01 +0200 Subject: [PATCH] Ajouter Home --- Home.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Home.md 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