Get Started
Deployment
Deploying your project to production is a crucial step in the development process. This guide will walk you through the steps to deploy your project.
5 minute quickstart deployment guide
1
2
Push your project to the repository
Push your project to the repository using the following terminal commands:
3
Deploying your project to the server
You can deploy your project to services like Vercel (my personal suggestion), Netlify, Render, Heroku or self-host it on your own server.
Set up the correct productiom environment variables for your project. Ensure thatAUTH_URL
is set to the correct URL (like: example.com) instead of localhost, which your Project is hosted on.4
Check your Webhooks
After deploying your project, make sure to check if your payment provider webhooks are setup correctly. Please check the Receive Payments guide for more information.
If you want to get featured on the landing page of launch express, please reach out to us here
Was this page helpful?