Skip to content

codewavehub/website-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

website-hosting

Step 1: Open GitHub and Create a Repository

  • Go to GitHub and log in.

  • Click on the New Repository button

    new1
  • Enter a repository name (e.g., temp).

    Screenshot 2025-04-04 195603

  • Choose Public (required for GitHub Pages).

    Screenshot 2025-04-04 201805

  • Click Create Repository.

repo

Step 2: Upload Website Files

  • Click on ‘creating a new file’. You will be redirected to a new page

    11
  • Give your file an appropriate name. (e.g. - index.html)

    12
  • Write or copy-paste your code in the given text field. It will look something like this

Screenshot 2025-04-04 212710

  • Click Commit changes to finalize the upload
13
14

Step 3: Enable GitHub Pages

  • Navigate to Settings in your repository
15
  • Scroll down to the Pages section.

    16
  • Under Branch, click None, then select main from the dropdown.

17
  • Click Save to activate GitHub Pages.
18

Step 4: Access Your Website

  • After a few moments, your website will be live
  • Navigate to Settings, scroll down to the Pages section and click Visit site.

Screenshot 2025-04-04 220116

  • Open the link in a browser to verify everything is working.
19

Screenshot 2025-04-04 220611

Releases

No releases published

Packages

No packages published