Deploying issue #1734
-
I build my portfolio website made by HTML, css and js. Is there any way to deploy it freely? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
As a developer, you have plenty of free hosting options to deploy your portfolio. For static HTML, CSS, and JavaScript projects, I recommend using GitHub Pages. Steps to Deploy on GitHub Pages:1. Create a GitHub repository Push your portfolio code to a new repo (or use an existing one). 2. Enable GitHub Pages Go to Repo → Settings → Pages Under Branch, select main (or master) and choose /(root) → Save 3. Wait a few seconds GitHub will build & host your site ✅ Your site will be live at: |
Beta Was this translation helpful? Give feedback.
-
Welcome! |
Beta Was this translation helpful? Give feedback.
As a developer, you have plenty of free hosting options to deploy your portfolio. For static HTML, CSS, and JavaScript projects, I recommend using GitHub Pages.
Steps to Deploy on GitHub Pages:
1. Create a GitHub repository
Push your portfolio code to a new repo (or use an existing one).
2. Enable GitHub Pages
Go to Repo → Settings → Pages
Under Branch, select main (or master) and choose /(root) → Save
3. Wait a few seconds
GitHub will build & host your site
✅ Your site will be live at:
https://username.github.io/repository-name/