Does anybody know how to deploy with vercel?

I just tried to deploy a node project from glitch to vercel and ended up with this:
https://vercel-node-bay.vercel.app/

thanks in advance

It appears you have no index.html for it to show. Did you include it in deploy?

Well yeah thats what i figured, but why? The index file is in the views dir. Express knows how to serve it. I thought vercel would run the node package json like anyh other node environment would. How would i achieve that? Im just as lost as with the few times i tried zeit last year