Look at the nuxt 3 documentation to learn more.
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 :
Start the development server :
yarn dev