From c8661da327a9437a3b4caf302880861232984a99 Mon Sep 17 00:00:00 2001 From: gursh <95269077+gurshdev@users.noreply.github.com> Date: Fri, 3 Oct 2025 03:50:19 -0700 Subject: [PATCH] docs: update README.md (#11297) ### What? Update README to reflect template on the Vercel Template Marketplace. ### Why? Have users setup their templates through the Template Marketplace and Vercel Integrations. ### How? Update 'Deploy to Vercel' link to the template link on the Template Marketplace. Old vs Proposed change ![CleanShot 2025-02-28 at 13 38 05](https://github.com/user-attachments/assets/50177c04-e054-443f-90b3-14c34ff8afa1) --------- Co-authored-by: Paul --- templates/with-vercel-website/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/with-vercel-website/README.md b/templates/with-vercel-website/README.md index d30f96e6f..7a823a36c 100644 --- a/templates/with-vercel-website/README.md +++ b/templates/with-vercel-website/README.md @@ -4,7 +4,7 @@ This is the official [Payload Website Template](https://github.com/payloadcms/pa You can deploy to Vercel, using Neon and Vercel Blob Storage with one click: -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/payloadcms/payload/tree/main/templates/with-vercel-website&project-name=payload-project&env=PAYLOAD_SECRET%2CCRON_SECRET%2CPREVIEW_SECRET&build-command=pnpm%20run%20ci&stores=%5B%7B%22type%22:%22postgres%22%7D,%7B%22type%22:%22blob%22%7D%5D) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?build-command=pnpm%20run%20ci&demo-description=A%20production-ready%20website%20built%20with%20Payload%2C%20the%20only%20Next.js-native%20CMS.&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F1EyBgbstPv4d6NMwzldDyY%2F58d07399ce2a2bb51341125fe4f51572%2Fpayloadwebsitetempate_vercel_thumbnail.jpg&demo-title=Payload%20Website%20Starter&demo-url=https%3A%2F%2Fpayload-vercel-website-demo.vercel.app%2F&env=PAYLOAD_SECRET%2CCRON_SECRET%2CPREVIEW_SECRET&from=templates&project-name=Payload%20Website%20Starter&repository-name=payload-website-starter&repository-url=https%3A%2F%2Fgithub.com%2Fpayloadcms%2Fpayload%2Ftree%2Fmain%2Ftemplates%2Fwith-vercel-website&skippable-integrations=1&stores=%255B%257B%2522type%2522%253A%2522integration%2522%252C%2522productSlug%2522%253A%2522neon%2522%252C%2522integrationSlug%2522%253A%2522neon%2522%257D%252C%257B%2522type%2522%253A%2522blob%2522%257D%255D) This template is right for you if you are working on: @@ -27,11 +27,12 @@ Core features: - [Jobs and Scheduled Publishing](#jobs-and-scheduled-publish) - [Website](#website) -## Quick start +## Quick start – Deploying to Vercel -Click the 'Deploy' button above to spin up this template directly into Vercel hosting. It will first prompt you save this template into your own Github repo so that you own the code and can make any changes you want to it. +Click the 'Deploy' button to spin up this template directly into Vercel hosting. It will first prompt you save this template into your own Github repo so that you own the code and can make any changes you want to it. You will be prompted to set up the required services and secrets. Once the app is built and deployed, you can visit your site using the generated URL. Set up the following services and secrets and then once the app has been built and deployed you will be able to visit your site at the generated URL. + From this point on you can access your admin panel at `/admin` of your app URL, create an admin user and then click the 'Seed the database' button in the dashboard to add content into your app. ### Services