Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
yarn install
Créer le symlink vers le bon fichier env (remplacer par l'env courant):
ln -s .env.<environnement> .env
Start the development server on http://localhost:3000
yarn dev
````
## SSG
```bash
yarn generate
Check out the deployment documentation for more information.