No description
|
|
||
|---|---|---|
| public | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| flake.lock | ||
| flake.nix | ||
| fourmolu.yaml | ||
| LICENSE | ||
| rcv-site.cabal | ||
| README.md | ||
Allows someone to setup a quick poll decided by ranked voting (currently just instant runoff).
To run:
nix runon 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