We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42ea7 commit 47b1817Copy full SHA for 47b1817
README.md
@@ -10,4 +10,15 @@
10
- 100, 100, 100, 100 score on Google Lighthouse.
11
- Uses same front-matter fields as Dev.to.
12
13
-### How to install
+### Install
14
+
15
+#### 1. Install Gridsome CLI tool if you don't have
16
17
+`npm install --global @gridsome/cli`
18
19
+#### 2. Install this starter
20
21
+1. `gridsome create my-gridsome-site https://github.com/gridsome/gridsome-starter-blog.git`
22
+2. `cd my-gridsome-site` to open folder
23
+3. `gridsome develop` to start local dev server at `http://localhost:8080`
24
+4. Happy coding 🎉🙌
0 commit comments