gatsby let's start

how to start

blog2

  • this website has been made with Gatsby & Strapi

You will find below what is a query with Strapi which is open-source node CMS.

export const query = graphql`
	{
		allStrapiProjects {
			nodes {
				github
				id
				description
				Title
blog