Nuxt 3 Getting Started https://v3.nuxtjs.org/getting-started/introduction
Get Started with Firebase Authentication on Websites https://firebase.google.com/docs/auth/web/start
Make sure to install the dependencies
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build