Docs
/Introduction
Quick Start
Deployment Guide.
Follow these steps to initialize your personal email infrastructure and receive your first message.
1
Clone & Install
git clone https://github.com/krzgn/dub.git
cd dub
bun install2
Environment Config
Copy the reference environment files and populate your Neon and Cloudflare credentials.
cp .env.example .env
# Edit packages/database/.env
# Edit apps/web/.env3
Database Migration
Push your schema to Neon using Drizzle Kit.
bun db:push