Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Find useful information about your elected officials by typing in your address. (USA.gov)

Notifications You must be signed in to change notification settings

usagov/usagov-elected-officials

Repository files navigation

USA.gov Elected Officials Project

Find useful information about your elected officials by typing in your address.

Credits

This project was created by Charlie Liu and Jacob Cuomo as part of the 2021 Civic Digital Fellowship.

Special thanks to David Stenger and Russell O'Neill!

Deployment Instructions

Pull this repository, start a local web server, and then visit localhost:8000 in your browser.

To start a local web server, run one of the following commands within the repository's directory:

Python 3.x

python3 -m http.server 8000

Python 2.x

python -m SimpleHTTPServer 8000

Development Instructions

First, if gulp is not installed on your computer, run this command:

npm install gulp-cli -g

Because this project uses node, then run this command next:

npm install

And finally, if you make any style-related changes, run this command:

gulp watch

This ensures that all changes are reflected correctly on the website pages.

About

Find useful information about your elected officials by typing in your address. (USA.gov)

Topics

Resources

Stars

Watchers

Forks