# impact-tools **Repository Path**: mirrors_mapbox/impact-tools ## Basic Information - **Project Name**: impact-tools - **Description**: Simple blueprints for change-makers - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository stores the template code files for Mapbox Impact Tools. # Mapbox Impact Tools https://www.mapbox.com/impact-tools/ From storytelling, to mobilization, to disaster relief, location and maps are powerful tools for impact. But the people and organizations doing the work are facing limited capacity and high stakes. Mapbox Impact Tools are free templates and guides to get up and running with common, strategic use-cases — advanced technical skills not required. ## Setting up a local testing server To avoid CORS errors when testing, we recommend running a local [http-server for node](https://www.npmjs.com/package/http-server) or a [SimpleHTTPServer for python](https://docs.python.org/2/library/simplehttpserver.html). ### Node: `$ cd path/to/index.html`
`$ http-server`
`Starting up http-server, serving ./`
`Available on:`
`http://127.0.0.1:8080`
`http://192.168.0.127:8080`
`Hit CTRL-C to stop the server` ### Python: `$ cd path/to/index.html`
If Python version returned above is 3.X
`$ python3 -m http.server` If Python version returned above is 2.X `$ python -m SimpleHTTPServer` ## Need additional support? This repo is not monitored for support requests. If you would like to connect with someone at Mapbox, please choose from the following options: - Contact [Mapbox Support](https://support.mapbox.com/hc/en-us) - Search [Stack Overflow](https://stackoverflow.com/questions/tagged/mapbox) - Contact the [Community team](https://www.mapbox.com/community/) to share your project or suggest a new Impact Tool