Werewolf talk first is an application for deciding who will talk first, the talking order by the party talking game - Werewolf.
Live Demo: https://werewolf-1.akademikerchor.berlin
The UI is in Chinese, if you use Chrome browser, right-click then chose translation to English.
npm install
npm start
yarn run sass
docker build -f Dockerfile-prod -t [imageName] .
docker save -o [tar file path name] [imageName]
docker load -i [tar file path name]
docker run -td --net=host -p 3003:3003 [imageName]
./deploy-live.sh werewolf-first v.0.7 v.0.6