Deployments
1 - Deploying to Vercel
2 - Other Hosting Options - If you are a Developer (Self-Hosting)
How?
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
}
}Last updated