No description
Find a file
Jack Wines cee339a8ed
beam database (unfinished), overloadedRecordDot, fourmolu, relude
also one fix where the "skip voting and see results" link is broken.
2025-08-25 07:54:36 -07:00
public added left padding to options on voting page 2023-06-24 17:26:54 -07:00
src beam database (unfinished), overloadedRecordDot, fourmolu, relude 2025-08-25 07:54:36 -07:00
.envrc beam database (unfinished), overloadedRecordDot, fourmolu, relude 2025-08-25 07:54:36 -07:00
.gitignore setup nix 2023-08-02 00:07:37 -07:00
.gitlab-ci.yml add ~/.cache to ci cache 2023-08-25 14:33:25 -07:00
flake.lock beam database (unfinished), overloadedRecordDot, fourmolu, relude 2025-08-25 07:54:36 -07:00
flake.nix beam database (unfinished), overloadedRecordDot, fourmolu, relude 2025-08-25 07:54:36 -07:00
fourmolu.yaml beam database (unfinished), overloadedRecordDot, fourmolu, relude 2025-08-25 07:54:36 -07:00
LICENSE Add LICENSE 2021-09-15 08:35:11 +00:00
rcv-site.cabal beam database (unfinished), overloadedRecordDot, fourmolu, relude 2025-08-25 07:54:36 -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