Install Gatsby CLI:
npm install --global gatsby-cli
Create new Gatsby project using this starter:
gatsby new my-new-website https://github.com/andrewmcodes/andrewmason.me
Build stylesheet from Tailwind config and run project locally:
cd my-new-website
npm run develop