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.
- Host: GitHub
- URL: https://github.com/citizenlabsgr/ballotpreview
- Owner: citizenlabsgr
- License: gpl-3.0
- Created: 2019-11-10T00:39:16.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T04:12:11.000Z (about 1 year ago)
- Last Synced: 2024-08-25T00:36:03.099Z (about 1 year ago)
- Topics: api, bootstrap, hacktoberfest, html, pillow, python, quart
- Language: Python
- Homepage: https://share.michiganelections.io
- Size: 86.6 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Michigan Ballot Preview
[](https://circleci.com/gh/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
```