Welcome to my portfolio! This project showcases my work and skills as a developer. Built with Astro and styled using Tailwind CSS.
- Astro: A modern static site generator for building fast websites.
- Tailwind CSS: A utility-first CSS framework for styling.
- Markdown: For content management.
To get a local copy of this portfolio up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/monciego/portfolio.git
-
Navigate to the project directory:
cd your-portfolio
-
Install dependencies:
pnpm install
-
Run the development server:
npm run dev