No description
Find a file
2023-08-02 00:24:09 -07:00
public added left padding to options on voting page 2023-06-24 17:26:54 -07:00
src setup nix 2023-08-02 00:07:37 -07:00
.envrc setup nix 2023-08-02 00:07:37 -07:00
.gitignore setup nix 2023-08-02 00:07:37 -07:00
.gitlab-ci.yml added gitlab ci 2023-08-02 00:24:09 -07:00
cabal.project freeze dependencies 2023-06-16 19:35:22 -07:00
flake.lock setup nix 2023-08-02 00:07:37 -07:00
flake.nix setup nix 2023-08-02 00:07:37 -07:00
LICENSE Add LICENSE 2021-09-15 08:35:11 +00:00
rcv-site.cabal setup nix 2023-08-02 00:07:37 -07:00
README.md update README and comments 2023-06-16 19:35:53 -07:00

Allows someone to setup a quick poll decided by ranked voting (currently just instant runoff).

To run:

    # assuming you manage ghc with ghcup
    # if not, set ghc 9.6.1 by other means
    ghcup install ghc 9.6.1
    ghcup set ghc 9.6.1
    
    cabal run rcv-site
  • go to localhost:8080