All Main Code is in Inside main.
This Code is Licensed!
Hosted on Firebase.
- HTML + CSS + JS
- Vue.js
- Prism.js
- Particle.js
- Firebase
- Animate.css
- JQuery
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
You can change the .env file to change the web host port of the website.
Run these commands:
cd Portfolio
git pull
cd docker
docker compose pull && docker compose up -d
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
Copyright (C) 2024 Pranav Verma
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
For more information, please see [LICENSE](LICENSE).