This repository is configured with a Docker Compose file to allow for local development. To run the website locally, you will need to install Docker and Docker Compose.
Once Docker and Docker Compose are installed, you can run the following command to start the website locally:
docker-compose up -d --build
The website will be available at http://localhost:4000 and should automatically reload when changes are made to the source files as it is running in watch mode.
To stop the website, run the following command:
docker-compose down
To troubleshoot the website, you can view the logs with the following command:
docker logs jekyll