# 1. インストール
pip install clawmetry

# 2. ダッシュボード起動（デフォルトポート 8900）
clawmetry

# 3. ブラウザで確認
# http://localhost:8900

# テレメトリを無効にして起動したい場合
export CLAWMETRY_NO_TELEMETRY=1
clawmetry

# ソースから直接起動する場合
git clone https://github.com/vivekchand/clawmetry.git
cd clawmetry
pip install flask
python3 dashboard.py
