This is the source code for harrisoncramer.me, my software blog.
It's built with Astro, uses Github Actions for CI/CD, and Terraform for the AWS infrastructure.
I'm using Mise and Gum for tooling to generate new blog post files.
Install and start the server:
mise install
npm install
npm dev
Create a blog post:
mise create