A Nuxt.js project using DatoCMS for my personal portfolio site.
Live demo: https://riccardofano.com
Make sure to have node 16.0+
and npm 7.10+
installed
# serve with hot reloading at localhost:3000
$ npm run dev
Go to http://localhost:3000
# build for production and launch the server
$ npm run build
$ npm start
# generate a static project
$ npm run generate