Update readme

This commit is contained in:
2026-01-22 18:24:30 +01:00
parent d5fa170566
commit 8740a44cd8
+7 -3
View File
@@ -4,7 +4,7 @@ This repository is the home for the source code of my personal portfolio built w
## Live Demo 🌐 ## 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 🚀 ## Features 🚀
@@ -27,8 +27,8 @@ To get this project up and running on your local machine, follow these steps:
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/thevalll/nextjs-portfolio.git git clone git@gitlab.com:val-team/public/portfolio.git
cd nextjs-portfolio cd portfolio
Install dependencies: Install dependencies:
@@ -36,4 +36,8 @@ npm install
# or # or
yarn install yarn install
# or with Docker
docker build -t portfolio .
docker run -p 3000:3000 portfolio
``` ```