- Navigate to a repo where you have your Jekyll static site (maybe your GitHub pages site)
- Launch Codespaces (Code button -> Cloud -> New codespace on current branch)
- Once it's launched, run the following in the terminal
gem install bundler jekyll
bundle update
bundle exec jekyll serve
That's it - you will get a new tab to view the rendered work as you edit. So easy!
Thanks, I've added it to my repo too and I'm testing it.
Do you think there is a way to bake the installation task into a prebuild? https://docs.github.com/en/codespaces/prebuilding-your-codespaces/about-github-codespaces-prebuilds