The project comes with @storyblok/nuxt@next, the Storyblok module for Nuxt 3, installed by default.
Start by cloning it and install dependencies:
git clone https://github.com/alexjoverm/storyblok-nuxt3.git
cd storyblok-nuxt3
npm install
Then run it and open http://localhost:3000 :
npm run dev
The easiest way is just to use Vercel. It's as easy as installing the CLI and run vercel on the command line.
For more info, checkout the Nuxt 3 deployment documentation.