- Configuration your own template data - Template configuration
# Install dependencies
npm install
# Build for GitHub pages
npm run build:github
# Staging all changes and commit
git add .
git commit -m "COMMIT MESSAGE"
# Your remote/branch
git push origin master
🎉 Go to your GitHub pages!