Skip to content

PranavVerma-droid/Portfolio

Repository files navigation

🌏 Portfolio 🌏

image

https://pranavv.site

All Main Code is in Inside main.
This Code is Licensed!

Hosted on Firebase.

Docker Deploy 🐋

To run this code via docker, pull the repository via:

git clone https://github.com/PranavVerma-droid/Portfolio.git

cd Portfolio/docker

and then run this to deploy via docker:

docker compose up -d

After that, you can access the website via:

http://127.0.0.1:8081

Change Port

You can change the .env file to change the web host port of the website.

Update Portfolio

Run these commands:

cd Portfolio

git pull

cd docker

docker compose pull && docker compose up -d

Manual Deploy 💪

To deploy without Docker, first pull the repository via:

git clone https://github.com/PranavVerma-droid/Portfolio.git

cd Portfolio

After That, Run the following commands to deploy the website:

npm install
npm start

Now, you can access the website via:

http://127.0.0.1:8080