mikelmaron / stateofthemap-2020

State of the Map 2020 website

Home Page:https://2020.stateofthemap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State of the Map 2020 Website

Local installation

Install Jekyll

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

View locally

  • git clone git@github.com:openstreetmap/stateofthemap-2020.git
  • cd stateofthemap-2020
  • 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-2020.git
  • cd stateofthemap-2020
  • docker-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

Contributing

Code Style

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

About

State of the Map 2020 website

https://2020.stateofthemap.org

License:Apache License 2.0


Languages

Language:HTML 78.6%Language:CSS 20.9%Language:Ruby 0.2%Language:JavaScript 0.1%Language:Dockerfile 0.1%