Nuxt.js example blog project with content managed in Prismic
Run the following commands:
npm install
npm run dev
Then you can access it at http://localhost:3000.
When you deploy on your static hosting provider (like Netlify, Vercel, or Heroku), this is your build command:
npm run generate