diff --git a/README.md b/README.md index 55eb5a8..0011fe3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Spotlight PA District Finder +## Spotlight PA Sample Ballot 2024 ### Installation @@ -26,16 +26,10 @@ In another terminal tab/window, launch hugo: hugo server ``` -Open district finder in a web browser: - -``` -http://localhost:1313/district-finder/ -``` +Open district finder in a web browser: http://localhost:1313/ ## Architecture -The homepage is the redistricting comparison visualization. It is a Single Page Application. The HTML is built by Hugo and uses Alpine.JS to request data from geolocator, a serverless backend written in Go. - -The district finder is second Single Page Application that makes requests to geolocator. +The homepage is the sample ballot lookup visualization. It is a Single Page Application. The HTML is built by Hugo and uses Alpine.JS to request data from geolocator, a serverless backend written in Go intended to be deployed on Netlify. -Geolocator relies on data generated using chunker (to split a map file into chunks) and extractor (to get demographic data out of a map file). +Geolocator relies on data generated using chunker (to split a map file into chunks) and extractor (to get demographic data out of a map file). See the old repo where they were used: https://github.com/spotlightpa/viz-redistricting-2020/