型を作成・コードの整形・フォローバック機能作成(使用未定)・README作成・.env.example作成・ts-node廃止tsx移行

This commit is contained in:
2025-06-28 12:53:30 +09:00
parent 4aa58eb55d
commit f3cc634bb9
6 changed files with 106 additions and 6 deletions
+19
View File
@@ -0,0 +1,19 @@
# uwuzu時報BOT
# なにこれ
uwuzuの時報BOT。
1時間おきに投稿する。
タイムゾーンはサーバー依存。
# .envは?
.env.example見て
# サーバー起動
```
npm install
npm run build
npm run start
```