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
- Host: GitHub
- URL: https://github.com/codeforafrica/gottovote.cc
- Owner: CodeForAfrica
- License: gpl-2.0
- Created: 2014-04-10T13:30:57.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-09-07T09:42:25.000Z (over 2 years ago)
- Last Synced: 2025-03-04T08:02:12.124Z (about 1 year ago)
- Language: SCSS
- Homepage: https://gottovote.cc/
- Size: 2.17 MB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
.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).