Find useful information about your elected officials by typing in your address.
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!
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:
python3 -m http.server 8000
python -m SimpleHTTPServer 8000
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.