1
0
Fork 0

intall instructions

This commit is contained in:
Tommy Vedvik 2019-03-01 01:36:22 +01:00
parent ce42ea7e64
commit 47b1817b25

View file

@ -10,4 +10,15 @@
- 100, 100, 100, 100 score on Google Lighthouse. - 100, 100, 100, 100 score on Google Lighthouse.
- Uses same front-matter fields as Dev.to. - Uses same front-matter fields as Dev.to.
### How to install ### Install
#### 1. Install Gridsome CLI tool if you don't have
`npm install --global @gridsome/cli`
#### 2. Install this starter
1. `gridsome create my-gridsome-site https://github.com/gridsome/gridsome-starter-blog.git`
2. `cd my-gridsome-site` to open folder
3. `gridsome develop` to start local dev server at `http://localhost:8080`
4. Happy coding 🎉🙌