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