Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 759 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 759 Bytes

My Portfolio

Welcome to my portfolio! This project showcases my work and skills as a developer. Built with Astro and styled using Tailwind CSS.

Technologies Used

  • Astro: A modern static site generator for building fast websites.
  • Tailwind CSS: A utility-first CSS framework for styling.
  • Markdown: For content management.

Getting Started

To get a local copy of this portfolio up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/monciego/portfolio.git
  2. Navigate to the project directory:

    cd your-portfolio
  3. Install dependencies:

    pnpm install
  4. Run the development server:

     npm run dev