Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.4 KB

File metadata and controls

50 lines (35 loc) · 1.4 KB

Misael's Blog

This is the source code for my personal blog, where I write about technology, software development, and other topics that I find interesting.

✨ Features

  • ✅ Built with Astro
  • ✅ Styled with Tailwind CSS and DaisyUI
  • ✅ Content written in MDX
  • ✅ i18n support for English and Spanish
  • ✅ Sitemap and RSS feed generation
  • ✅ Diagrams with Mermaid

🚀 Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/misaelabanto/blog.git
  2. Install dependencies
    pnpm install

Running the project

pnpm dev

This will start the development server at http://localhost:4321.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying