nix run github:morucci/FreeSnaky -- local --snakeName "John"
You need to have nix installed. Then run:
nix build
Binary is available at: result/bin/FreeSnaky
FreeSnaky local
FreeSnaky server --bindAddress 127.0.0.1
FreeSnaky client --address 127.0.0.1 --snakeName "John"
You need to have nix installed.
To get a shell to develop on FreeSnaky (with ghc, cabal, hls, ghcid) run:
nix develop
To hack on the Web UI run this command to get the server restarted each time when the code change.
ghcid -c 'cabal repl' -r="Server.runServerLocal"