See http://jekyllrb.com/docs/installation/
git clone git@github.com:openstreetmap/stateofthemap-2019.gitcd stateofthemap-2019jekyll serve -wl- Point your browser to
http://localhost:4000/
Alternatively you can use Docker to install Jekyll and to serve the site within a container.
- Install docker-compose
git clone git@github.com:openstreetmap/stateofthemap-2019.gitcd stateofthemap-2019docker-compose up- Point your browser to
http://localhost:4000/
Alternatively if you are using docker-machine, replace localhost with the IP address from docker-machine ip
Please adhere to the code style rules in the supplied .editorconfig file. Instructions for editors/IDEs.