Deployment
Deploying to Vercel
Vercel is the platform behind NextJS and the easiest to host ProWrite. Following are the instructions to host your blog on Vercel:
- Create a Vercel account.
- Connect your GitHub repository to Vercel.
- Set a project name and the environment variables and deploy!
Additional Deployment Options
You can also deploy ProWrite to other platforms like:
- Netlify: Configure the NextJS build command and environment variables to deploy to Netlify.
- DigitalOcean: Use DigitalOcean's App Platform to deploy to DigitalOcean.
- Custom Server: If you have a custom server, you can deploy using Docker or other preferred deployment methods.