I wanted to get experience building a relatively straight forward blog using Gatsby
and GraphQL
so here we are. This blog is a thought space where I write down what I think about most.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
These instructions will get you a copy of the project up and running on your local mahcine for development and testing purposes.
Create a Gatsby site using the blog starter boilerplate:
# create a new Gatsby site using the blog starter
gatsby new my-blog-starter https://github.com/gatsbyjs/gatsby-starter-blog
cd my-blog-starter/
gatsby develop
For more information, see Documentation
This project is licensed under the 0BSD License - see the LICENSE.md file for details