File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,16 @@ _Have another more specific idea? You may want to check out our vibrant collecti
13
13
14
14
## 🚀 Quick start
15
15
16
- 1 . ** Install the Gatsby CLI.**
17
-
18
- The Gatsby CLI helps you create new sites using Gatsby starters (like this one!)
19
-
20
- ``` sh
21
- # install the Gatsby CLI globally
22
- npm install -g gatsby-cli
23
- ```
24
-
25
- 2. ** Create a Gatsby site.**
16
+ 1 . ** Create a Gatsby site.**
26
17
27
18
Use the Gatsby CLI to create a new site, specifying the default starter.
28
19
29
20
``` sh
30
21
# create a new Gatsby site using the default starter
31
- gatsby new my-default-starter
22
+ npx gatsby new my-default-starter
32
23
```
33
24
34
- 3 . ** Start developing.**
25
+ 1 . ** Start developing.**
35
26
36
27
Navigate into your new site’s directory and start it up.
37
28
@@ -40,7 +31,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti
40
31
gatsby develop
41
32
` ` `
42
33
43
- 4 . ** Open the source code and start editing! **
34
+ 1 . ** Open the source code and start editing! **
44
35
45
36
Your site is now running at ` http://localhost:8000` !
46
37
You can’t perform that action at this time.
0 commit comments