No description
Find a file
2023-08-21 19:35:35 -07:00
public added left padding to options on voting page 2023-06-24 17:26:54 -07:00
src swap to port 8081 2023-08-21 19:35:35 -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 no more tls & swap nix flake template 2023-08-21 17:52:33 -07:00
flake.lock no more tls in warp (nginx handles it now) 2023-08-21 17:58:27 -07:00
flake.nix no more tls in warp (nginx handles it now) 2023-08-21 17:58:27 -07:00
LICENSE Add LICENSE 2021-09-15 08:35:11 +00:00
rcv-site.cabal no more tls in warp (nginx handles it now) 2023-08-21 17:58:27 -07:00
README.md swap to port 8081 2023-08-21 19:35:35 -07:00

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

To run:

  • nix run on nixos/nix, otherwise:
  • install Haskell
    # 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:8081