Skip to content

Commit 47b1817

Browse files
committed
intall instructions
1 parent ce42ea7 commit 47b1817

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,15 @@
1010
- 100, 100, 100, 100 score on Google Lighthouse.
1111
- Uses same front-matter fields as Dev.to.
1212

13-
### How to install
13+
### 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

Comments
 (0)