From 7ff4acf3f5e51a53a7d2028136272522dde5151c Mon Sep 17 00:00:00 2001 From: Alberto Pasqualetto <39854348+albertopasqualetto@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:42:29 +0200 Subject: [PATCH 1/2] docs/recipes/working-with-starters --- docs/docs/recipes/working-with-starters.md | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/docs/recipes/working-with-starters.md b/docs/docs/recipes/working-with-starters.md index 24d0853..80db981 100644 --- a/docs/docs/recipes/working-with-starters.md +++ b/docs/docs/recipes/working-with-starters.md @@ -1,38 +1,38 @@ --- -title: "Recipes: Working with Starters" +title: "Ricette: Lavorare con gli Starter" tableOfContentsDepth: 1 --- -[Starters](/docs/starters/) are boilerplate Gatsby sites maintained officially, or by the community. +Gli [Starter](/docs/starters/) sono siti template mantenuti officialmente o dalla community. -## Using a starter +## Usare uno starter -### Prerequisites +### Prerequisiti -- The [Gatsby CLI](/docs/gatsby-cli) installed +- La [Gatsby CLI](/docs/gatsby-cli) installata -### Directions +### Istruzioni -1. Find the starter you'd like to use. (_The [Starter Library](/starters/?v=2) is a good place to look!_) +1. Trova lo starter che vorresti usare. (_La [Liberia Standard](/starters/?v=2) è un buon posto dove guardare!_) -2. Generate a new site based on the starter. In the terminal, run: +2. Genera un nuovo sito basato sullo starter. Nel terminale esegui: ```shell -gatsby new {your-project-name} {link-to-starter} +gatsby new {nome-tuo-progetto} {link-allo-starter} ``` -> _Don't run the above command as-is -- remember to replace {your-project-name} and {link-to-starter}!_ +> _Non eseguire il comando qui sopra così com'è -- ricorda di rimpiazzare {nome-tuo-progetto} e {link-allo-starter}!_ -3. Run your new site: +3. Esegui il tuo nuovo sito: ```shell -cd {your-project-name} +cd {nome-tuo-progetto} gatsby develop ``` -### Additional resources +### Risorse agguntive -- Follow a [more detailed guide](/docs/starters/) on using Gatsby starters. -- Learn how to use the [Gatsby CLI](/docs/gatsby-cli) tool to use starters in [tutorial part one](/tutorial/part-one/#using-gatsby-starters) -- Browse the [Starter Library](/starters/?v=2) -- Check out Gatsby's [official default starter](https://github.com/gatsbyjs/gatsby-starter-default) +- Segui una [guida più dettagliata](/docs/starters/) sull'uso degli starter di Gatsby. +- Impara come usare lo strumento della [Gatsby CLI](/docs/gatsby-cli) per usare gli starter nella [prima parte del tutorial](/tutorial/part-one/#using-gatsby-starters) +- Sfoglia la [Libreria Standard](/starters/?v=2) +- Dai un'occhiata allo [starter di default ufficiale](https://github.com/gatsbyjs/gatsby-starter-default) di Gatsby From ee998496f1dd5e51d1efd8369ea384a631edc39f Mon Sep 17 00:00:00 2001 From: Alberto Pasqualetto <39854348+albertopasqualetto@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:22:49 +0200 Subject: [PATCH 2/2] officialmente --- docs/docs/recipes/working-with-starters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/recipes/working-with-starters.md b/docs/docs/recipes/working-with-starters.md index 80db981..5835c0d 100644 --- a/docs/docs/recipes/working-with-starters.md +++ b/docs/docs/recipes/working-with-starters.md @@ -3,7 +3,7 @@ title: "Ricette: Lavorare con gli Starter" tableOfContentsDepth: 1 --- -Gli [Starter](/docs/starters/) sono siti template mantenuti officialmente o dalla community. +Gli [Starter](/docs/starters/) sono siti template mantenuti ufficialmente o dalla community. ## Usare uno starter