Hi there! 👋 This is the repo for my blog & portfolio site. It's built on Gatsby and written in Typescript, with the styling done in SASS modules. The data is pulled from local markdown files. The site is hosted on Netlify. 💪
Getting started with this repo is easy:
yarn install
.yarn start
.
That's it!
This site has a continuous deployment set up with Netlify. Any time there is a change to master, Netlify will automatically redeploy the site (usually takes <7 minutes).