🎨 Create your own stunning website in minutes for free

We can create beautiful websites in minutes by leveraging prebuilt Start Bootstrap themes and hosting it for free with GitHub Pages.

📜 0. Contents

1. Example commands
2. Resources

💻 1. Example commands

# Clone gh-pages branch
git clone --branch gh-pages https://github.com/StartBootstrap/<startbootstrap-repository>.git
# Go into the newly cloned directory
cd <startbootstrap-repository>

## ACTION: Make local changes to customise theme
## ACTION: Create new remote repository named consistently with <startbootstrap-repository>

# Check remote
git remote -v
# Change remote
git remote set-url origin https://github.com/<username>/<startbootstrap-repository>.git
# Check remote
git remote -v

# Push code to new remote
git push

🔍 2. Resources


⭐ If you like the repository, don't forget to star the repository. ⭐