This is the repository for the docs of BetterEcoleDirecte.
To run the docs locally, you need to have npm installed.
Next, you need to run for the first time this command to download all the required packages :
npm installAnd then, you can run the command below, and the docs will be available at http://localhost:3000 :
npm run dev