/Junking

https://junking.azurewebsites.net

Primary LanguageC#

Actions Status: build

Junking

What is?

今まで相手が出した手,勝率などを見ることができる心理的要素を強化したじゃんけんアプリ

System Configuration

For Developers

Deploy

mainブランチにpushされると自動でビルド,本番環境にデプロイされるようになっています.

docker-compose command

build

$ docker-compose build --build-arg GoogleClientID=ClientID --build-arg GoogleClientSecret=ClientSecret

run

$ docker-compose up -d

stop

$ docker-compose down -v

container command

run bash in the container

$ docker exec -it <container_name> bash

logout from the container

$ exit

Vue.js Building

$ cd ${PATH_TO_PACKAGE_JSON_FOLDER}
$ npm run build