# Personal Site A minimal personal blog built with Astro and Tailwind CSS. ## Development ```sh npm install npm run dev ``` ## Commands | Command | Action | | :---------------- | :------------------------------------------ | | `npm install` | Install dependencies | | `npm run dev` | Start dev server at `localhost:4321` | | `npm run build` | Build production site to `./dist/` | | `npm run preview` | Preview production build locally | | `npm run format` | Format code with Prettier | ## Tech Stack - [Astro](https://astro.build) - Static site framework - [Tailwind CSS](https://tailwindcss.com) - Styling - Content collections for blog posts