From 07ae70d27a997c4db1689163581a9d8034d91200 Mon Sep 17 00:00:00 2001 From: Lennart Date: Tue, 20 Apr 2021 08:24:48 +0200 Subject: [PATCH] chore: Add cloud hosting option to starter README template (#30936) * chore: Add cloud hosting option to starter README template * Update README-template.md --- starters/README-template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/starters/README-template.md b/starters/README-template.md index eba5be55f089e..eb9e009b1410e 100644 --- a/starters/README-template.md +++ b/starters/README-template.md @@ -39,6 +39,12 @@ _Have another more specific idea? You may want to check out our vibrant collecti Open the `my-<%= name %>-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time! +## 🚀 Quick start (Gatsby Cloud) + +Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/): + +[Deploy to Gatsby Cloud](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-<%= name %>) + ## 🧐 What's inside? A quick look at the top-level files and directories you'll see in a Gatsby project.