No description
Now that the bug is squashed, I no longer need to pin acid-state to a specific version (I previously thought it was a bad version, it was actually storing the StdGen in the DB). Also you can now get a ballot (though not submit it). |
||
|---|---|---|
| public | ||
| src | ||
| .gitignore | ||
| cabal.project | ||
| LICENSE | ||
| rcv-site.cabal | ||
| README.md | ||
Allows someone to setup a quick poll decided by ranked voting (currently just instant runoff).
To run:
- install Haskell
# assuming you manage ghc with ghcup
# if not, set ghc 9.4.5 by other means
ghcup install ghc 9.4.5
ghcup set ghc 9.4.5
cabal run rcv-site
- go to localhost:8080