Deployment
This guide will help you to deploy your site
As this is a Next.js app, you can deploy it on any platform that is supported by Next.js.
We are using Vercel to deploy our site. You can use any other platform that is supported by Next.js.
For deploying on Vercel, you can go to Vercel and create a new project. In the Import Git Repository
section, you can connect your github repository to your project.
Add Environment Variables by going to Settings
-> Environment Variables
and just copy paste the environment variables from .env
file to your project.
You can also setup custom domains and ssl certificates for your site.
That's it! congratulations, your site is now deployed.