An online version of the Codenames game. Largely based on the experience playing https://www.horsepaste.com/.
# Client
$ npm install
$ PATH="$PATH:./node_modules/.bin/" bower install
# Server
$ stack install
# Client
$ PATH="$PATH:./node_modules/.bin/" pulp browserify \
--src-path src/main/purescript/ \
--optimise \
--to src/main/resources/static/index.js
# Server
$ stack build
$ stack exec connections-main
# Browse to http://localhost:3000/