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