🌐 Create Your First Website on GitHub

Step-by-step guide to host a free website using GitHub Pages

📌 What is GitHub Pages?

GitHub Pages is a free hosting service provided by GitHub that allows you to publish static websites directly from a repository.

1️⃣ Create GitHub Account

Go to github.com and sign up using your email and username. Verify your account.

2️⃣ Create Repository

Create a new repository named:

yourusername.github.io

(This is required for main website hosting)

3️⃣ Upload Website Files

Upload your:

4️⃣ Enable GitHub Pages

Go to Settings → Pages → Select branch (main) → Save. Your website will be live in a few seconds.

5️⃣ Open Your Website 🌍

Visit:

https://yourusername.github.io

🎨 Using Templates (Optional)

You can also start faster by using templates:

⚡ Pro Tips