Look at the nuxt 3 documentation. Look at the prismic 3 module.
Use Node version 16+
nvm use 16Make sure to install the dependencies:
yarn installStart the development server on http://localhost:3000
yarn devStart the slice machine locally on http://localhost:9999
yarn slicemachineBuild the application for production:
yarn buildCheckout the deployment documentation for more information.