Vous devez avoir npm et redis installés sur votre machine.
git clone https://github.com/betagouv/proconnect-landing-page
cd proconnect-landing-page
Il faut un fichier .env
(gitignoré) pour rendre le répo fonctionnel :
cp .env.example .env
npm install
npm run build
Dans une fenêtre :
npm run dev
Dans une autre fenêtre :
npm run start:front
Welcome 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 |