Launch Your Project

Vercel Configuration

Once you have built out your landing page and prepared your application for production, you're ready to deploy it to Vercel. Vercel allows for fast, seamless deployment, ideal for your SSK projects.

After successfully building your app, follow these steps to deploy:

  1. In your Vercel dashboard, under Build & Output Settings, set the following build command:

npm run deploy startupstarterkits.com
  1. Output Directory: Ensure that Vercel knows where to find your production build by setting the output directory to:

dist/apps/startupstarterkits.com/.next

Once these configurations are set, Vercel will build and deploy your application, making it accessible to the world. Congratulations on going live!

Last updated