Skip to content

Commit 83253b9

Browse files
pragmaticpatLekoArtsgatsbybot
authored
chore(README): Add quickstart & reorder value props (#35208)
Co-authored-by: Lennart <[email protected]> Co-authored-by: gatsbybot <[email protected]>
1 parent cd76722 commit 83253b9

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

README.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -62,30 +62,32 @@
6262

6363
Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.
6464

65-
- **Go Beyond Static Websites.** Get all the benefits of static websites with none of the
66-
limitations. Gatsby sites are fully functional React apps, so you can create high-quality,
67-
dynamic web apps, from blogs to e-commerce sites to user dashboards.
65+
- **Load Data From Anywhere.** Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.
6866

69-
- **Choose your Rendering Options.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/rendering-options/), namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.
67+
- **Go Beyond Static Websites.** Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.
7068

71-
- **Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are
72-
built using React and GraphQL. Build a uniform workflow for you and your team, regardless of
73-
whether the data is coming from the same backend.
69+
- **Choose your Rendering Options.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/rendering-options/), namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.
7470

75-
- **Load Data From Anywhere.** Gatsby pulls in data from any data source, whether it’s Markdown
76-
files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins
77-
to load your data, then develop using Gatsby’s uniform GraphQL interface.
71+
- **Performance Is Baked In.** Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.
7872

79-
- **Performance Is Baked In.** Ace your performance audits by default. Gatsby automates code
80-
splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources,
81-
and more to ensure your site is fast — no manual tuning required.
73+
- **Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.
8274

83-
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire
84-
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
85-
hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
75+
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
8676

8777
[**Learn how to use Gatsby for your next project.**](https://www.gatsbyjs.com/docs/)
8878

79+
## 🚀 Ship your first Gatsby site in 5 Minutes
80+
81+
Click the link below to quickly try the workflow of developing, building and deploying websites with Gatsby and Gatsby Cloud.
82+
83+
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
84+
85+
At the end of this process, you'll have
86+
87+
1. a site working on Gatsby Cloud
88+
2. a new repository that is linked to that new site
89+
3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!
90+
8991
## What’s In This Document
9092

9193
- [Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
@@ -96,7 +98,7 @@ Gatsby helps professional developers efficiently create maintainable, highly-per
9698
- [License](#-license)
9799
- [Thanks to Our Contributors](#-thanks)
98100

99-
## 🚀 Get Up and Running in 5 Minutes
101+
## 💻 Get started with Gatsby _locally_ in 5 Minutes
100102

101103
You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:
102104

packages/gatsby/README.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -62,30 +62,32 @@
6262

6363
Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.
6464

65-
- **Go Beyond Static Websites.** Get all the benefits of static websites with none of the
66-
limitations. Gatsby sites are fully functional React apps, so you can create high-quality,
67-
dynamic web apps, from blogs to e-commerce sites to user dashboards.
65+
- **Load Data From Anywhere.** Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.
6866

69-
- **Choose your Rendering Option.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/rendering-options/), namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.
67+
- **Go Beyond Static Websites.** Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.
7068

71-
- **Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are
72-
built using React and GraphQL. Build a uniform workflow for you and your team, regardless of
73-
whether the data is coming from the same backend.
69+
- **Choose your Rendering Options.** You can choose alternative [rendering options](https://gatsbyjs.com/docs/conceptual/rendering-options/), namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.
7470

75-
- **Load Data From Anywhere.** Gatsby pulls in data from any data source, whether it’s Markdown
76-
files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins
77-
to load your data, then develop using Gatsby’s uniform GraphQL interface.
71+
- **Performance Is Baked In.** Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.
7872

79-
- **Performance Is Baked In.** Ace your performance audits by default. Gatsby automates code
80-
splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources,
81-
and more to ensure your site is fast — no manual tuning required.
73+
- **Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.
8274

83-
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire
84-
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
85-
hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
75+
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
8676

8777
[**Learn how to use Gatsby for your next project.**](https://www.gatsbyjs.com/docs/)
8878

79+
## 🚀 Ship your first Gatsby site in 5 Minutes
80+
81+
Click the link below to quickly try the workflow of developing, building and deploying websites with Gatsby and Gatsby Cloud.
82+
83+
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
84+
85+
At the end of this process, you'll have
86+
87+
1. a site working on Gatsby Cloud
88+
2. a new repository that is linked to that new site
89+
3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!
90+
8991
## What’s In This Document
9092

9193
- [Get Up and Running in 5 Minutes](#-get-up-and-running-in-5-minutes)
@@ -96,7 +98,7 @@ Gatsby helps professional developers efficiently create maintainable, highly-per
9698
- [License](#-license)
9799
- [Thanks to Our Contributors](#-thanks)
98100

99-
## 🚀 Get Up and Running in 5 Minutes
101+
## 💻 Get started with Gatsby _locally_ in 5 Minutes
100102

101103
You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:
102104

0 commit comments

Comments
 (0)