This is a special timer for werewolf talking game.
Live Demo: https://werewolf-timer.akademikerchor.berlin
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 3004:3004 [imageName]
First check the current live version, then run following command
./deploy-live.sh werewolf-timer-app [new version] [current live version]