Clone the repository
git clone https://github.com/bojangabric/gatsby-blog-tailwind
Navigate into your new siteβs directory and start it up
cd gatsby-blog-tailwind
npm install
gatsby develop
Open the source code and start editing
Your site is now running at http://localhost:8000
!
Note: You'll also see a second link: http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
config.js
: This file contains all of the configs related to the creator of the site.
/static/*
: This folder contains the favicon for the site and the photo that's being used in social media cards.