https://github.com/openstreetmap/stateofthemap-2024
State of the Map 2024 website
https://github.com/openstreetmap/stateofthemap-2024
sotm
Last synced: 12 months ago
JSON representation
State of the Map 2024 website
- Host: GitHub
- URL: https://github.com/openstreetmap/stateofthemap-2024
- Owner: openstreetmap
- License: apache-2.0
- Created: 2023-11-17T08:46:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T12:32:25.000Z (12 months ago)
- Last Synced: 2025-06-23T12:41:49.913Z (12 months ago)
- Topics: sotm
- Language: CSS
- Homepage: https://2024.stateofthemap.org/
- Size: 25.1 MB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://docs.docker.com/compose/install/)
* `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](https://editorconfig.org/#download).