Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 719 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 719 Bytes

actonmass-campaign-map

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.

Developing

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.