Deploy to Vercel
Learn how to deploy your Geistdocs site to Vercel
Prerequisites
Before deploying, you need:
- A GitHub account with your Geistdocs repository
- A Vercel account (sign up at vercel.com)
- Your Vercel account connected to your GitHub account
- Environment variables ready (see Environment Variables)
Deploy to Vercel
To deploy from the Vercel dashboard:
- Go to vercel.com/new
- Select your Geistdocs repository
- Configure your project settings:
- Framework Preset: Next.js (automatically detected)
- Build Command:
pnpm buildornpm run build - Output Directory:
.next(default) - Install Command:
pnpm installornpm install
- Add your environment variables (see Environment Variables)
- Click "Deploy"