swap to port 8081
This commit is contained in:
parent
f793e26b34
commit
54a2c97561
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue