Deploying PenX on Vercel
This guide will walk you through deploying your PenX project on Vercel.
Account Setup
Make sure you have accounts on both GitHub and Vercel. Log in to both platforms:
PenX Deployment
Step 1: Click to Start
👇 Click the deploy button.
Vercel will clone the Penx and deploy the site for you.
Step 2: Choose Git Providers
After clicking the deploy button, you’ll be redirected to the Vercel page. Don’t worry! We’ve preconfigured the necessary parameters and settings for you.
Step 3: Check Git Scope and Repository Name
Ensure that the Git scope and repository name are correct:
Step 4: Configure the DATABASE URL.
If you don’t have a URL yet, refer to this guide to get a PostgreSQL database.
here is a example:
postgresql://user:demo@43.154.135.183:5437/demo
Step 5: Click the Deploy Button
Click the Deploy button and wait for the process to complete.
Congratulations! The site has been successfully deployed.