This commit is contained in:
pro.boooooo 2024-03-27 01:40:45 +01:00
parent 3ac9cb675d
commit 7a60899e26

View File

@ -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