This repository contains code & blog posts for my webpage.
Install dependencies:
pnpm install
Run development server:
pnpm dev
Run production build:
pnpm build
Generate an empty blog post with required frontmatter
pnpm post-create
This blog is generated using Astro Build.