# App - Migration Nuxt 3 Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more. ## Setup Make sure to install the dependencies: yarn install Create the .env symlink : ln -s .env.local .env Copy the cert files in the root-dir of this project : * local.app-v3.opentalent.fr.crt * local.app-v3.opentalent.fr.key Start the development server : yarn dev