Update readme
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user