An open API service indexing awesome lists of open source software.

https://github.com/openstreetmap/stateofthemap-2025

Conference website for the State of the Map 2025
https://github.com/openstreetmap/stateofthemap-2025

conference openstreetmap osm sotm

Last synced: over 1 year ago
JSON representation

Conference website for the State of the Map 2025

Awesome Lists containing this project

README

          

# State of the Map 2025 Website

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

## Local installation

### Install Jekyll

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

### View locally

* `git clone git@github.com:openstreetmap/stateofthemap-2025.git`
* `cd stateofthemap-2025`
* `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-2025.git`
* `cd stateofthemap-2025`
* `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).