Quick Start
Deployment
In this section, we will set up the deployment for the application.
We use Vercel to deploy the application. It is a free and easy to start and a good starting point. And it creates CI/CD pipelines for the application.
Note
We are creating docker images for the application. And it will available soon.
Set up the deployment
- Head over to Vercel. And create a free account.
- Create a new project.
- Add all the environment variables from the
.env.local
file to the Vercel project.
Note
We highly recommend to build your app locally and then deploy it to Vercel. It prevents you from running into issues.
Video Tutorial
Coming soon...