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.
2 parents 2473c0c + 9c51602 commit 9fec19bCopy full SHA for 9fec19b
README.md
@@ -1 +1,12 @@
1
-# Default starter for Gridsome
+# Default starter for Gridsome
2
+`
3
+### 1. Install Gridsome CLI tool if you don't have
4
+
5
+`npm install --global @gridsome/cli`
6
7
+### 2. Create a Gridsome project
8
9
+1. `gridsome create my-gridsome-site` to install default starter </li>
10
+2. `cd my-gridsome-site` to open folder
11
+3. `gridsome develop` to start local dev server at `http://localhost:8080`
12
+4. Happy coding 🎉🙌
0 commit comments