This is the repository for my personal blog and website. It's a static site built with:
It's hosted using AWS S3 and Cloudfront and deployed using Github Actions.
To get it running locally, run:
yarn
bundle install
make serve
If you give this a try and find steps are missing (or find any other issue), please open a new issue or PR. Thanks!