Portal

共通LPと apps 配下の導線を追加

Added the shared portal and apps navigation model

ルートに親LPを置き、筋トレコード用の個別LPを apps 配下へ追加しました。複数アプリ対応の土台です。

The root now acts as the parent portal and KintoRecord has a dedicated landing page under apps/. This is the base for a multi-app structure.

Auth

ログインとサインインの静的UIを追加

Added static login and sign-up pages

認証処理はまだ接続していませんが、公開時の導線と案内テキストを先に用意しました。

Authentication is not wired yet, but the public entry points and guidance text are now in place.

Hosting

Firebase Hosting 設定の初期ファイルを追加

Added the initial Firebase Hosting configuration

デプロイに必要な firebase.json と package.json を追加し、apps/kintorecord/app から既存 Flutter Web への導線を用意しました。

firebase.json and package.json were added for deployment, with a path alias prepared from apps/kintorecord/app to the existing Flutter Web build.