This repository contains the source code for my personal blog and website at blog.nobbz.dev.
- Astro - Web framework
- Tailwind CSS - CSS framework
- MDX - Markdown with JSX for content
- Cloudflare Pages - Hosting
# Clone the repository
git clone https://github.com/NobbZ/blog-nobbz-dev.git
cd blog-nobbz-dev
# Install dependencies
yarn install# Start development server
yarn dev
# Build for production
yarn build
# Preview production build
yarn previewThis project is REUSE compliant.