From ffca4cd04c7d189972658c29e0469944a9544461 Mon Sep 17 00:00:00 2001 From: giaongo <83873333+giaongo@users.noreply.github.com> Date: Wed, 20 May 2026 17:05:33 +0300 Subject: [PATCH] Add Launch with Diploi button to README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 4f81a44..e3b58e6 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,27 @@ curl -X POST http://localhost:3000/api/contact \ }' ``` +## ☁️ Launch in the cloud + +Launch GitForms on Diploi in a few clicks: + +[![launch with diploi button](https://diploi.com/launch-big.svg)](https://diploi.com/launch/Luigigreco/gitforms) + +Once the project has been created, configure the deployment: + +1. Open the deployment in Diploi. +2. Go to **Options > Next.js > Environment**. +3. Add the required environment variables: + - `GITHUB_TOKEN` + - `GITHUB_REPO` + - `NEXT_PUBLIC_DEFAULT_LOCALE` (optional, `it` or `en`) +4. Save your changes and redeploy if needed. + +After the deployment finishes, use the preview URL on the Diploi deployment page to test the live form. + +For more information, visit [Diploi](https://diploi.com/) + + ## 🚀 Deploy Options ### 1. Vercel (Recommended) ⚡