We include files for Docker to run Jekyll in a separate container. This allows you to not having to install anything apart from Docker on your computer.
-
Install Docker
-
Open a CLI e.g. Powershell and navigate to the repo directory
cd <arma3.github.io>
-
Build and run the container
docker-compose up
-
Navigate to http://localhost:4000