Web application for "Which party are you going to support in 2015?"
Chaparty is written in Golang and runs on Google App Engine. Please note that App Engine Golang runtime comes with its own complete Golang toolchain and does not relate to host Golang installation.
- Install App Engine for Go runtime
- Define
APPSECRET
inapp.yaml
- Run with
goapp serve
for local development server
- Fork it (https://github.com/trhura/chaparty)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
MIT