Follow these steps to set up your project successfully.
To create your own copy of the project repository:
Go to the following link: https://github.com/TheGymRwanda/intro-to-web-development.
Click the Fork button in the upper right corner of the page.

To enable GitHub Pages for your repository:
Navigate to Settings → Pages.
In the Source section, select Deploy from a branch.
Choose the main branch as the source.
Click Save.

To run the project using GitHub Codespaces:
In the Code section of your repository, click the Code button.
Navigate to the Codespaces tab.
Click Create codespace on main.

Once created, your view should look like the following image:

To preview your project in the browser:
In the Codespaces terminal, run the following command:
npx http-server