Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 452 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 452 Bytes

ProConnect BONJOUR

Lancer ce site localement

Vous devez avoir npm installé sur votre machine.

git clone https://github.com/betagouv/proconnect-landing-page
cd proconnect-landing-page
npm install
npm run dev

Package Scripts

Command Description
npm run dev Starts local dev server
npm run format Run prettier on all the code