Skip to content

This is an application for deciding who will talk first and the order by the party talking game.

Notifications You must be signed in to change notification settings

mikewolfxyou/WerewolfTalkFirst

Repository files navigation

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

About

This is an application for deciding who will talk first and the order by the party talking game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published