HTML Beginner Part 3: Deploying a GitHub repository to the web

Kirti K
4 min readSep 10, 2023

In this article, I’m going to discuss Deploying a GitHub repository to the web.

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website.

Deploying a GitHub repository to the web typically involves hosting your project’s code and assets on a web server so that others can access it through a web browser. Here’s a step-by-step guide on how to deploy your GitHub repository to the web:

  1. Signup/login to GitHub

2. Create a GitHub Repository:

  • If you haven’t already, create a GitHub repository for your project by going to GitHub and clicking the “New” button.

--

--

Kirti K

Kind is cool & share your knowledge 👋 👋 A seasoned front-end developer with over 15 years of experience crafting immersive digital experiences.