Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Generate the static website
pnpm generate
Check out the deployment documentation for more information.
Look at the Nuxt 3 documentation to learn more.