Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 753 Bytes

My personal blog

When I learn new stuff, which is quite often, I like to write about it and share my thoughts. This is typically associated with React, but I'm trying to branch out!

Built with Gatsby's starter blog

🚀Run Locally

git clone git@github.com:trblackw/blog.git;
# using yarn
cd blog && yarn && yarn develop
# using npm
cd blog && npm i && npm run develop

💫 Hosted & Deployed w/ Netlify

Netlify Status

Check it out here!