swap to port 8081

This commit is contained in:
Jack Wines 2023-08-21 19:35:35 -07:00
parent f793e26b34
commit 54a2c97561
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
Allows someone to setup a quick poll decided by [ranked voting](https://en.wikipedia.org/wiki/Ranked_voting) (currently just [instant runoff](https://en.wikipedia.org/wiki/Instant-runoff_voting)).
To run:
* `nix run` on nixos/nix, otherwise:
* install [Haskell](https://www.haskell.org/ghcup/)
``` sh
# assuming you manage ghc with ghcup
@ -10,4 +11,4 @@ To run:
cabal run rcv-site
```
* go to localhost:8080
* go to localhost:8081