Personal website and blog. The site is built with Astro.
Install dependencies and start a local development server:
npm install
npm run dev
To create a production build:
npm run build
Static assets live in the public/
directory and markdown content is stored under src/content/blog/
.