Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 997 Bytes

My personal Website

My personal portfolio website to showcase my projects and resume. It's design to be simplistic and clean, while easy-configurable through a json file.

Tech Stack

Getting Started

1 - Clone this repository

git clone https://github.com/MGuardia10/portfolio.git

2 - Navigate to the new directory

cd portfolio

3 - Make sure you have install Node v20.17.0+ and run this command to start developing process:

npm run dev

4 - configure cv.json with your personal information and projects.

5 - When finish, run the following command and upload dist directory in your preferred hosting.

npm run build