Skip to content

AlexDaichendt/site

Repository files navigation

daichendt.one

Personal website built with Astro, TailwindCSS, and MDX.

🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/AlexDaichendt/site
cd site
  1. Install dependencies:
pnpm install

Development

Start the development server:

pnpm dev

Building for Production

Build the project:

pnpm build

Preview the production build:

pnpm preview

🛠 Tech Stack

📦 Key Dependencies

  • @astrojs/mdx - MDX integration
  • @astrojs/rss - RSS feed support
  • @astrojs/sitemap - Sitemap generation
  • @astrojs/tailwind - TailwindCSS integration
  • @fontsource/ubuntu - Ubuntu font
  • astro-icon - Icon component
  • remark-emoji - Emoji support in markdown

🙏 Credits

This theme is based on the Bear Blog theme.