Guides
Deployment
Deploy your docs to Vercel, Netlify, or any static host
Unmint can be deployed anywhere that supports Next.js.
Vercel (Recommended)
Push to GitHub
Push your repository to GitHub.
Import to Vercel
Go to vercel.com/new and import your repository.
Deploy
Vercel will automatically detect Next.js and deploy.
Build Commands
npm run dev # Development
npm run build # Production build
npm run start # Start production server