# Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup 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. .env ## Development Server Start the development server on http://localhost:3000 ```bash yarn dev ```` ## SSG ```bash yarn generate ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.