This repository holds the source code of State of the Map LATAM 2017 website. To report errors or suggest enhancements, please open an issue.
Developers can also send code by creating pull requests. To make changes locally, prepare environment:
- Install Jekyll
- Clone this repository locally
- Run
jekyll serve -w
- Access the website at http://localhost:4000
Edit code and send your PR using this guide.