How to Host Your Web Project on GitHub Pages
Want to showcase your web development project to the world for free? In this tutorial, you’ll learn exactly how to push your project to GitHub and deploy it using GitHub Pages in just a few minutes. Step 1: Upload Your Project to a GitHub Repository Before deploying, you need to host your source code on GitHub. Follow these simple steps to upload your project: 1. Go to GitHub and log in to your account. 2. Navigate to the Repositories tab and click the New (or Create) button. 3. Enter your desired Repository name . You can leave the other settings at their defaults for now. 4. Click Create repository to proceed. 5. On the quick setup page, click the "uploading an existing file" link to upload your project files directly. 6. Drag and drop your project folder, or select your files manually. 7. Scroll down and click Commit changes to finish uploading your project. Step 2: Deploy Your Website Live with GitHub Pages Once your code is on GitHub, you can publish it online instantly using the b…
About the author
A cozy little corner to share what I’ve learned and to keep memories that make the journey worthwhile.