Created using gatsby static site generator and netifly.
Clone the repo:
git clone https://github.com/C7LF/c7dev-blog.git
cd c7dev-blog/
Install dependencies:
npm install
or yarn install
Run gatsby starter script:
gatsby develop
Your site is now running at `http://localhost:8000`!
Create your own Gatsby blog:
Use the Gatsby CLI to create a new site, specifying the blog starter.
```shell
# create a new Gatsby site using the blog starter
gatsby new my-blog-starter https://github.com/gatsbyjs/gatsby-starter-blog
```