Skip to content

Commit

Permalink
Feature/#44 (#51)
Browse files Browse the repository at this point in the history
* frontend編集

* photo-awardをvite+reactで初期生成

* package.json更新

* nginx更新

* packge.json修正

* package.json修正

* package.json更新

* package.json更新

* nginx設定編集

* releaseコマンド追加

* Releaseコマンド追加

* ドキュメント更新
  • Loading branch information
modockey authored Jun 19, 2024
1 parent ae18867 commit 558f59c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion photo-award/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# これはなに
# PHOTO-AWARDとは

家族内で「月間写真アワード」を開催することになった。これをシステムで実現するためこのプロジェクトを立ち上げた。

Expand Down
3 changes: 2 additions & 1 deletion photo-award/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "tsc && vite build --base /pi-home/photo-award",
"pm2-start": "pm2 start \"serve -s dist -l 50080\" --name photo-award",
"pm2-restart": "pm2 restart photo-award",
"release": "npm run build && npm run pm2-start",
"release": "npm run build && npm run pm2-restart",
"init-release": "npm run build && npm run pm2-start",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit 558f59c

Please sign in to comment.