Open a new PowerShell/Command Prompt and run:
ruby --version
gem --version
gem install bundler
Navigate to your project directory and run:
bundle install --path vendor/bundle
bundle exec jekyll serve --port 4000 --host 0.0.0.0
Press Ctrl+C in the terminal
git add .
git commit -m "Description of your changes"
git push origin main
main branch automatically deploy to production