From cf8779781f0e228da2521a2afaec97ff391d455a Mon Sep 17 00:00:00 2001 From: Git Agent Date: Fri, 28 Aug 2026 22:47:37 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme):=20documenter=20la=20remote=20Gite?= =?UTF-8?q?a=20et=20le=20mod=C3=A8le=20de=20branches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout de l'URL de clone (gitea.anthonybouteiller.ovh/blomios/ReadaBook) et d'une note sur le git-flow simplifié main/develop/feature. Co-Authored-By: Claude Opus 4.8 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9466674..732362d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ ReadaBook est une application locale-first pour cataloguer, rechercher et lire une bibliothèque personnelle de livres EPUB/PDF stockés sur disque. Le MVP livré vise un usage domestique : un administrateur déclare un dossier local, lance un scan, puis les livres deviennent accessibles via un catalogue web et une API locale. +## Dépôt distant + +Le dépôt est hébergé sur un Gitea self-hosted et peut être cloné via : + +```bash +git clone https://gitea.anthonybouteiller.ovh/blomios/ReadaBook.git +``` + +Le déploiement git suit un git-flow simplifié : `main` (releases), `develop` (intégration), `feature/*` / `fix/*` (travail en cours). + ## Fonctionnalités MVP présentes - Backend NestJS/Fastify exécutable avec healthcheck `GET /healthz`.