Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.13 KB

Gatsbyjs blog starter with seo and best practices

gatsbyblog starter kit

Tutorials for creating a gatsby blog.

Table of contents.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

git clone git@github.com:saigowthamr/gatsbyblog-starter.git

Then you can run it by:

cd gatsbyblog-starter
npm install
gatsby develop