DeploymentVercel

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.

Deploy with Vercel

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.

vercel-deploy-connect-git-provider

Step 3: Check Git Scope and Repository Name

Ensure that the Git scope and repository name are correct:

vercel-deploy-clone-repository

Step 4: Configure the DATABASE URL.

If you don’t have a URL yet, refer to this guide to get a PostgreSQL database.

vercel-deploy-config-env

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.

vercel-deploy-wait

Congratulations! The site has been successfully deployed.

vercel-depoly-completed