diff --git a/README.md b/README.md index d74197d..3620307 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,25 @@ ## Run Locally -Clone the project +### Clone the project ```bash - git clone gitea@dwarves.iut-fbleau.fr:legrelle/Projet-dev-but3-2024.git + git clone https://grond.iut-fbleau.fr/boudjeml/2024_DEV_BUT3.git + cd 2024_DEV_BUT3 ``` -Go to the project directory +### Install dependencies ```bash - cd Projet-dev-but3-2024 + pnpm i ``` -Install dependencies +### Start the front-end ```bash - npm i + pnpm run dev ``` -Start the front-end +## Membre -```bash - npm run dev -``` - -## API Reference - -API Documentation : [Postman](https://but-3-dev-project-back.onrender.com/api/) documentation url +Bilal Boudjemline