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

https://github.com/citizenlabsgr/ballotpreview

Share how you plan to vote in Michigan.
https://github.com/citizenlabsgr/ballotpreview

api bootstrap hacktoberfest html pillow python quart

Last synced: 3 months ago
JSON representation

Share how you plan to vote in Michigan.

Awesome Lists containing this project

README

          

# Michigan Ballot Preview

[![CircleCI](https://img.shields.io/circleci/build/github/citizenlabsgr/ballotpreview)](https://circleci.com/gh/citizenlabsgr/ballotpreview)
[![Coveralls](https://img.shields.io/coveralls/github/citizenlabsgr/ballotpreview)](https://coveralls.io/github/citizenlabsgr/ballotpreview)

Check for the required system dependencies:

```
$ make doctor
```

Start the application:

```
$ make run
```

Run all CI targets:

```
$ make all
```

or keep then running:

```
$ make dev
```