Ajouter Home
commit
de2868b0b3
25
Home.md
Normal file
25
Home.md
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user