Prerequisites Please follow below steps to install and setup all prerequisites:
Node v16.17.1
npm 8.19.2
Git 2.30.1
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm generate
For detailed explanation on how things work, check out Nuxt.js docs.