Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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