Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.04 KB

FOSS4G SotM Oceania 2020 Website

...forked from the 2020 State of the Map website: https://github.com/openstreetmap/stateofthemap-2020

Local installation

Install Jekyll

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

View locally

  • git clone git@github.com:foss4g-oceania/foss4g-sotm-oceania-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.