- Install Ruby, RubyGems, GCC, and Make: https://jekyllrb.com/docs/installation/#requirements.
- Install Jekyll: https://jekyllrb.com/docs/#instructions
- Run the following command to serve the site locally:
bundle exec jekyll serve -H 0.0.0.0
A pre-configured GitHub Actions provided by GitHub officially builds the static site and deploy it to GitHub Actions automatically, whenever any commit is pushed to the default branch.