Skip to content

Commit e78661d

Browse files
authored
Update README.md
1 parent cb1baf9 commit e78661d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# Default starter for Gridsome
2+
This is the default starter for Gridsome.
3+
4+
## How to install
5+
`
6+
### 1. Install Gridsome CLI tool if you don't have
7+
8+
`npm install --global @gridsome/cli`
9+
10+
### 2. Create a Gridsome project
11+
12+
1. `gridsome create my-gridsome-site` to install default starter </li>
13+
2. `cd my-gridsome-site` to open folder
14+
3. `gridsome develop` to start local dev server at `http://localhost:8080`
15+
4. Happy coding 🎉🙌

0 commit comments

Comments
 (0)