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

https://github.com/codeforafrica/gottovote.cc

The umbrella website for all GotToVote toolkits and support materials, accessible at: https://gottovote.cc
https://github.com/codeforafrica/gottovote.cc

Last synced: 4 months ago
JSON representation

The umbrella website for all GotToVote toolkits and support materials, accessible at: https://gottovote.cc

Awesome Lists containing this project

README

          

![GotToVote logo](http://gottovote.cc/img/logo_2.png).cc
========================================================

[GotToVote.cc](http://gottovote.cc) showcases GotToVote and deployments of it. Check it out to see the latest in news and features on how you can enable fellow citizens to get to the polling booth ready.

## Install

GotToVote is a [Jekyll](http://jekyllrb.com/) powered, [Github Page](http://pages.github.com).

To install, you would need [Jekyll](http://jekyllrb.com/docs/installation/) and then run the following commands:
```
# Clone the GitHub repo
git clone https://github.com/CodeForAfrica/GotToVote.cc.git

# Work from within GotToVote directory
cd GotToVote.cc

# Serve using jekyll and watch for changes
jekyll serve -w
```

You should now be able to see the site at [http://localhost:4000](http://localhost:4000)

## Contributing

Anyone and everyone is welcome to [contribute](CONTRIBUTING.md).