Map of commitments to The People's House campaign.
Built with Leaflet, using data from a Google Sheet provided by the campaign, combined with geographic data from bhrutledge/ma-legislature. Hosted on GitHub Pages.
Hopefully this can serve as an example for similar maps, and maybe evolve into a template.
Install the dependencies:
npm install
Run the development server:
npm start
View the map at http://localhost:3000, or http://localhost:3000/embed/ for an iframe
-d version.
Publish changes by pushing them to the main
branch.