Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/elections
Web application that helps find poll locations and elected officials base on address.
https://github.com/cityofdetroit/elections
Last synced: 6 days ago
JSON representation
Web application that helps find poll locations and elected officials base on address.
- Host: GitHub
- URL: https://github.com/cityofdetroit/elections
- Owner: CityOfDetroit
- Created: 2018-07-09T21:31:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T12:06:05.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:56:38.044Z (7 months ago)
- Language: JavaScript
- Homepage: https://detroitmi.gov/webapp/election-tool
- Size: 30.5 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elections
Web application that helps find poll locations and elected officials base on address.## Getting Started
This project was created using:
- [React](https://reactjs.org/) for application state management.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Jest](https://jestjs.io/) for testing.
- [NPM](https://www.npmjs.com/) and [Yarn](https://yarnpkg.com/en/) for 3rd party library use and management.
- [Mapbox](https://www.mapbox.com/) for web map rendering.Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/elections.git
```
2. Install node dependencies.```
$ npm install
```3. Run local instance.
```
$ npm start
```4. Run test suite.
```
$ npm test
```5. Run build.
```
$ npm build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/elections