Skip to content

pablobh2147/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

This repository contains the source code for my personal portfolio website, showcasing my projects and providing information about me as a developer.

🌐 URL: pablobh.com

Tech Stack

Getting Started

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm or pnpm

Installation

  1. Clone the repository:
git clone https://github.com/pablobh2147/portfolio.git
cd portfolio
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The site will be available at http://localhost:4321

Build for Production

npm run build

Preview the production build:

npm run preview

Author

Pablo Bermejo Hernández (@pablobh2147)

License

This project is licensed under the MIT License - see the LICENSE.md file for details.