Vous devez avoir npm installés sur votre machine.
git clone https://github.com/betagouv/proconnect-landing-page
cd proconnect-landing-pageIl faut un fichier .env (gitignoré) pour rendre le répo fonctionnel :
cp .env.example .envnpm install
npm run buildDans une fenêtre :
npm run devDans une autre fenêtre :
npm run start:frontWelcome on localhost server : http://localhost:3001
Welcome on localhost client : http://localhost:5173
| Command | Description |
|---|---|
npm run dev |
Starts local dev server |
npm run start:front |
Starts local client |
npm run format |
Run prettier on all the code |