- Create repository: /
- Push this project:
git init git add . git commit -m "web github pages theme V10 Initial Commit" git remote add origin https://github.com/username//.git git push -u origin main
- Enable GitHub Pages in repo settings
python -m http.server 8000