Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 565 Bytes

arma3.github.io

Setting up the Jekyll environment

Using Docker

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.

Running the Dockerfile

  • 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