Skip to content

Commit

Permalink
Merge pull request #63 from AobaIwaki123/iwaki/update-readme
Browse files Browse the repository at this point in the history
Makefileなど微修正
  • Loading branch information
AobaIwaki123 authored Nov 28, 2024
2 parents ff8c0b0 + 30412b3 commit 4f7b746
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .vscode/setting.json

This file was deleted.

8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.tabWidth": 2,
"markdown.copyFiles.destination": {
"/README.md": "docs/imgs/",
}
}
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ up-prod:
clean-up-prod: clean-build-prod up-prod

build-restart-prod: clean-build-prod clean-restart-prod

clean-restart-prod: down-prod up-prod

down-prod:
@docker compose -f docker-compose.prod.yml down

delete-branches:
git remote prune origin
git branch | xargs git branch -d

install-psql-client:
@echo "Updating package lists..."
@sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 日向坂46ペンライトクイズ

2024年11月時点のメンバーで、日向坂46のペンライトの色の組み合わせを当てるクイズを作成しました。
2024年11月時点のメンバーで、日向坂46のペンライトの色の組み合わせを当てるクイズを作成しました。
2024/11/28: PWA対応しました!スマホでも楽しめるのでぜひライブ前の暇つぶしにどうぞ!

![alt text](./docs/imgs/image.png)
Expand Down
2 changes: 1 addition & 1 deletion view/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lang": "en-US",
"description": "日向坂46のペンライトクイズです",
"name": "日向坂46ペンライトクイズ",
"short_name": "日向坂ペンラクイズ",
"short_name": "ペンラクイズ",
"start_url": "https://hnz.shaoba.tech",
"scope": "https://hnz.shaoba.tech"
}

0 comments on commit 4f7b746

Please sign in to comment.