Install the Vercel CLI

Install the Vercel CLI globally:

npm install -g vercel

Deploy

Set up a new Vercel project or link your app to an existing project:

vercel

After running the command above, you can deploy your app by running:

vercel --prod

For more information, see the Vercel documentation.