From 8740a44cd867141360d6b68968d5c3765a9033f9 Mon Sep 17 00:00:00 2001 From: TheValll Date: Thu, 22 Jan 2026 18:24:30 +0100 Subject: [PATCH] Update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a069531..93f80e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository is the home for the source code of my personal portfolio built w ## Live Demo 🌐 -Check out the live demo here: https://portfolio-phi-six-16.vercel.app/ +Check out the live demo here: http://portfolio.theval.ovh ## Features 🚀 @@ -27,8 +27,8 @@ To get this project up and running on your local machine, follow these steps: 1. Clone the repository: ```bash -git clone https://github.com/thevalll/nextjs-portfolio.git -cd nextjs-portfolio +git clone git@gitlab.com:val-team/public/portfolio.git +cd portfolio Install dependencies: @@ -36,4 +36,8 @@ npm install # or yarn install +# or with Docker + +docker build -t portfolio . +docker run -p 3000:3000 portfolio ```