Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: Fix local site URL #4

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Spotlight PA District Finder
## Spotlight PA Sample Ballot 2024

### Installation

Expand Down Expand Up @@ -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/