Skip to content

openstreetmap/stateofthemap-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9398aa2 · Feb 15, 2025
Jun 18, 2024
Dec 10, 2024
Dec 10, 2024
Sep 2, 2024
Jun 21, 2021
May 29, 2022
Mar 31, 2022
Dec 10, 2024
Oct 13, 2019
Sep 4, 2024
Sep 6, 2024
Nov 13, 2024
Dec 10, 2024
Sep 6, 2024
Apr 13, 2024
Sep 2, 2024
Dec 16, 2022
Oct 27, 2019
Oct 13, 2019
Dec 15, 2022
Mar 31, 2023
Aug 30, 2024
Feb 15, 2025
Feb 15, 2025
Oct 7, 2019
Nov 17, 2023
Dec 14, 2023
Mar 5, 2024
Dec 16, 2022
Feb 11, 2023
Nov 17, 2023
Oct 7, 2019
Dec 10, 2024

Repository files navigation

State of the Map 2024 Website

This repo is the Jekyll configuration, styles and content powering https://2024.stateofthemap.org

Local installation

Install Jekyll

See https://jekyllrb.com/docs/installation/

View locally

  • git clone git@github.com:openstreetmap/stateofthemap-2024.git
  • cd stateofthemap-2024
  • jekyll serve -wl
  • Point your browser to http://localhost:4000/

Docker

Alternatively you can use Docker to install Jekyll and to serve the site within a container.

Using docker-compose

  • Install docker-compose
  • git clone git@github.com:openstreetmap/stateofthemap-2024.git
  • cd stateofthemap-2024
  • docker-compose up --build
  • Point your browser to http://localhost:4000/

Alternatively if you are using docker-machine, replace localhost with the IP address from docker-machine ip

Contributing

Code Style

Please adhere to the code style rules in the supplied .editorconfig file. Instructions for editors/IDEs.