Personal website and blog built with Astro and Tailwind CSS.
- Node.js 18 or higher
- npm
npm installnpm run devThe site will be available at http://localhost:4321/
npm run buildThe built site will be in the dist/ directory.
npm run preview/
├── public/ # Static assets (images, favicon, etc.)
├── src/
│ ├── components/ # Reusable Astro components
│ ├── content/ # Content collections (blog posts)
│ ├── layouts/ # Page layouts
│ └── pages/ # Site pages and routes
├── astro.config.mjs # Astro configuration
└── tailwind.config.mjs # Tailwind CSS configuration
This site is deployed to GitHub Pages. Push to the main branch to trigger a deployment.