Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.03 KB
Logo

My Personal Portfolio Website

Visit my Portfolio Website

About this project

With the idea of showing off my skills, I have created a repository to list all of the ways I have designed infrastructures that run my portfolio using different IaC and cloud resources.

You can find that repository here: https://github.com/christian-deleon/portfolio-iac

The this portfolio was designed and developed by me using React.Js, Javascript, HTML, and CSS.

Run locally with Docker

Start the project

  1. Clone the project
https://github.com/christian-deleon/portfolio.git
  1. Go to the project directory
cd portfolio
  1. Run with Docker
docker compose up --build --detach
  1. Go to http://localhost:3000

Stop the project

docker compose down