Assuming you have Docker installed, pull the following image:
docker pull jekyll/jekyll:latestRun a container:
docker compose upView the site here: http://0.0.0.0:4000
First install Jekyll according to these instructions.
git clone git@github.com:AmeliaCMU/AmeliaCMU.github.io.git
cd AmeliaCMU.github.io
bundle install
bundle exec jekyll serve --watch --incrementalThis should start the web server locally, and enables incremental build.