このリポジトリは「Voice Narrator Text-to-speech」アプリのウェブサイトのソースコードを管理しています。ウェブサイトはFirebase Hostingを使用して公開されています。
このウェブサイトはテキスト読み上げアプリ「Voice Narrator」の公式サイトです。アプリの機能説明、プライバシーポリシー、利用規約などの情報を提供しています。
public/
├── index.html # メインページ
├── privacy_policy.html # プライバシーポリシー
├── terms_of_service.html # 利用規約
├── app-ads.txt # 広告設定ファイル
└── 404.html # 404エラーページ
- Node.js と npm がインストールされていること
- Firebase CLI がインストールされていること
-
リポジトリをクローン
git clone <リポジトリURL> cd voiceYourTextAdmob
-
Firebase CLIのインストール(まだの場合)
npm install -g firebase-tools
-
Firebaseにログイン
firebase login
-
ローカルでサイトを実行
firebase serve
これでローカルホスト(通常 http://localhost:5000)でサイトが表示されます。
Firebaseへのデプロイは以下のコマンドで実行できます:
firebase deploy
- プライバシーポリシー: 2025年04月22日
- 利用規約: 2025年04月22日
© 2025 遠藤拓弥. All rights reserved.