Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 912 Bytes

README.md

File metadata and controls

40 lines (35 loc) · 912 Bytes

Werewolf Talk First

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.

Development

dev server

npm install
npm start

scss to css: open a new terminal

yarn run sass

Deployment

Build image

docker build -f Dockerfile-prod -t [imageName] .

Save image to tar file

docker save -o [tar file path name] [imageName]

SCP image to server, then reload there

docker load -i [tar file path name]

Remove old image, stop current running container, run new image

docker run -td --net=host -p 3003:3003 [imageName]

Deploy to live example

./deploy-live.sh werewolf-first v.0.7 v.0.6