...forked from the 2020 State of the Map website: https://github.com/openstreetmap/stateofthemap-2020
See http://jekyllrb.com/docs/installation/
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/
Alternatively you can use Docker to install Jekyll and to serve the site within a container.
- 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
Please adhere to the code style rules in the supplied .editorconfig
file. Instructions for editors/IDEs.